@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFF99;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.Style1 {font-size: large;
}
.Style2 {font-size: x-small;
           color: #FFFF99;
}
.Style3 {color: #FFFF99; font-size: small;
 }