body {
	font-size: 14px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica;
	text-align: justify;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center 100;
	background-attachment: fixed;	
}

td {
	font-size: 14px;
	font-family: arial;
	text-align: justify;
	color: #000066;
}

A:link {
	color: #000066;
	text-decoration: none;
}

A:visited {
	color: #000066;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: underline;
}