@charset "utf-8";
/* CSS Document */
.test {
font-family: Arial, Helvetica, sans-serif;
color: #00CCFF;
text-decoration: underline;

}

a:link {
	color:#00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color:#00CCFF;
	text-decoration:underline;
	
}
a:active {
	color:#00CCFF;
	text-decoration: underline;
}