body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00075F;
	
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFFFFF;
	line-height: 20px;
}

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

.mainTable {
	margin: 25px;
}
