a {	
	color: red;	
	text-decoration: none
}

BODY 
{
	background-image:  url(Images/bkgrd.jpg);
	background-repeat: repeat;
	font-family: Arial, helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 0em;	
	color: #000080;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
h2 {
	color: #000080
	}
h3 {	
	font-family: Arial, helvetica, sans-serif;	
	font-size: 1.15em;	
	color: #000080;
	text-decoration: Bold
	}
h4 {
	font-family: Arial, helvetica, sans-serif;	
	font-size: 2em;	
	color: #000080;
	text-decoration: Bold;
	text-decoration: underline
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Arial, helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.5em;
	color: #000080;
	font-weight:  none; 
	}
textarea {
	font-family: Arial, helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
a:hover {
	color: blue;	
	text-decoration: underline
	}

