/* CSS Document */
a:link {color: #FF0000; text-decoration:underline}
a:visited {color: #FF0000; text-decoration:underline}
a:hover {color: #FF6600; text-decoration:underline; cursor:hand}
a:active {color: #000099; text-decoration:none}
body {
	left: 0px;
	top: 0px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	color: #000000;



}
h1 {
	font-size: 140%;
	color: #000000;

}
table1 {
	font-size: xx-small;
	color: #000000;
	background-color: #BBBBFF;


}

