body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #0099FF;
	background-image: url(images/backie.jpg);

}
.maintable {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #00DDFF;
	border: medium solid #000000;
}
.bodytext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/*Controls the webpage's style for hyperlinks*/
a:link {
	text-decoration: none; color: navy
}

/*Same here, just controls the style when a visited link is seen*/
a:visited {
	text-decoration: underline; 
	color: navy
}

/*Same here, just controls the style when a link is active*/
a:active {
	text-decoration: none; 
	color: navy; 
	background-color: none
}

/*Same here, just controls the style when a cursor hovers over the link*/
a:hover {
	cursor: crosshair;
	text-decoration: overline underline; 
	color: red; 
	background-color: grey
}
