@charset "utf-8";
/* CSS Document */
<style type="text/css">

body,tr,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: blink;
	color: #6F0;
}

a:visited {
	text-decoration: underline;
	color: #6F0;
}

a:link {
	color: #CCC;
	text-decoration: underline;
}

body {
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style-type: square;
}

</style>
