/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
background: #ffffff url("/images/white.gif") repeat-y;
}

/*	Unvisited links								*/
a:link {
color: #000000;
font-size: small;
font-weight: bold;
}

/*	Visited links								*/
a:visited {
color: #800000;
font-size: small;
font-weight: bold;
}

/*	Active links								*/
a:active {
color: #808080;
font-size: small;
font-weight: bold;
}
/*	Paragraph									*/
p {
font-size: small;
font-weight: bold;
margin-left: 1px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Definition list									*/
td {
font-size: small;
font-weight: bold;
margin-left: 5px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
font-size: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #000080;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	Links unordered lists							*/
ul {
font-size: small;
font-weight: bold;
list-style: disc;
color: #000000;
background: #ffffff;
font-family: "verdana", "arial", "geneva", sans-serif;
}












