body {
color: #777777;
background:  #000000;
}

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

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

/*	Active links (not widely supported)					*/
a:active {
color: #888888;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #888888;
}

/*	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: #777777;
font-family: "verdana", "arial", "geneva", sans-serif;
}