/* ****************************************************************************/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* ****************************************************************************/

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

/*	Paragraph									*/
p {
margin-left: 60px;
color: #000000;
/*background: #C0DCC0;	*/
/*font-family: "verdana", "arial", "geneva", sans-serif;*/
}

/*	Definition list									*/
dl {
color: #000000;
background: #C0DCC0;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
/*background: #C0DCC0;	*/
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #6633FF;
/*background: #C0DCC0;	*/
}

/*	Menu visited links							*/
a.menulink:visited {
color: #993399;
/*background: #C0DCC0;*/
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF6666;
/*background: #C0DCC0;*/
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
/*background: #C0DCC0;*/
}

/*	Links unvisited links							*/
a.link:link {
color: #6633FF;
/*background: #FFFFFF;*/
}

/*	Links visited links							*/
a.link:visited {
color: #993399;
/*background: #FFFFFF;*/
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
/*background: #FFFFFF;*/
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
/*background: #FFFFFF;*/
}

/*	Unvisited links								*/
a:link {
color: #6633FF;
/*background: #C0DCC0;*/
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #993399;
/*background: #C0DCC0;*/
}

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

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

/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
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 {
margin-left: 40px;
font-size: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #333399;
/*font-family: "verdana", "arial", "geneva", sans-serif;*/
}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 40px;
font-size: x-large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #333399;
/*font-family: "verdana", "arial", "geneva", sans-serif;*/
}

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


