@charset "UTF-8";
/* CSS Document */

.style1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	
}

.style1 a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 a:hover {
	color: #CC0066;
	text-decoration: none;
}
.style1 a:active {
	color: #FFFF00;
	text-decoration: none;
}