@charset "utf-8";
/* CSS Document */
body {
	background-color: #DCDCDC;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #000; 
	text-decoration: underline; 
}
a:hover {
	color: #00F; 
	text-decoration: none;
}
.class1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 40px; 
	font-weight: bold; 
	color: #FF0185;
}
.class1 a:link {
	text-decoration: underline; 
	color: #FF0185;
}
.class1 a:visited {
	text-decoration: underline; 
	color: #FF0185;
}
.class1 a:active {
	text-decoration: underline; 
	color: #FF0185;
}
.class1 a:hover {
	text-decoration: underline; 
	color: #00F;
}