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

body {
	background: #CC3300;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFCC66;
}
.style1 {
	font-size: small;
}

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

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

a:active {
	color: #CC9999;
	text-decoration: none;
}

a:hover {
	color: #CCCCFF;
	text-decoration: none;
}
