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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000099;
	background-color: #FFFF99;
}
a {
	text-decoration: none;
}


a:hover {
	color: #FFFF99;
	background-color: #000099;
	text-decoration: none;
}
