.navs {
	color: #5956E0;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	
}
.navs:hover {
	font-weight: bold;
	color: #666666;	
}
.navs:link {
	color: #5956E0;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
.line {
	color: #999999
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #5956E0;
}
.out {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.out2 {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 24px;
}
