body {
color: #FFFFFF;
background:  #003366 ;
}

/*	Unvisited links								*/
a:link {
color: #FFFF00;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #FFFFCC;
}


/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
margin-left: 10px;
font-size: medium;
font-weight: bold;
border: none;
color: #CCCCCC;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
h2 {
margin-left: 10px;
font-size: small;
font-weight: bold;
border: none;
color: #CCCCCC;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: x-small;
color: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}