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

a:link {
	text-decoration: none;
	color: #FFFFFF;
}


a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}


a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


