	a:link{
	color:#666666;
	text-decoration:none;
	}
	a:hover{
	/*light yellow*/
	background-color:#66cc00;
	text-decoration:underline;
	}
	a:visited {
	/*dark blue*/
	color:#557ABE;
	text-decoration:none;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-attachment: fixed;
	background-image: url(images1/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
