@charset "utf-8";
/* CSS Document */

td,th {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {color: #FF0000}

h1 {
	font-size: 14pt;
	color: #FF0000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
