body {
	background-position: 100px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Arial;
	color: #666666;
	background-attachment: fixed;
}

td {
	font-size: small;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}



