/* CSS Document */

body {
	background-image: url();
	margin-left: 40px;
	margin-top: 0px;
	background-color: #666666;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #333333;
}
.style1 {color: #FFCC66}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: non-underline;
}
a:active {
	text-decoration: none;
	color: #003366;
}


