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

body {
	background-color: #CCCCCC;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}