/*	body					*/
body {
color: #FFFFFF;
background: #FFFFFF url("http://localhost/links/pages/background.gif") repeat-y;
font-family: "verdana", "arial", "geneva", sans-serif;

}

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

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

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

/*	Menu unvisited links							*/
a.menulink:link {
color: #00086B;
background: #FFFFFF;
}

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

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

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
background: #FFFFFF;
}
/*	SubMenu unvisited links							*/
a.submenulink:link {
color: #00086B;
background: #FFFFFF;
}

/*	SubMenu visited links							*/
a.submenulink:visited {
color: #993399;
background: #FFFFFF;
}

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

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


/*	Links unvisited links							*/
a.link:link {
color: #FFFFFF;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Links visited links							*/
a.link:visited {
color: #FFFF00;
background: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF0000;
background: #999999;
font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF0000;
background: #999999;
font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Unvisited links								*/
a:link {
color: #000000;
background: #FFFFFF;
text-decoration:none;

font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #000000;
background: #FFFFFF;
text-decoration:none;

font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Active links (not widely supported)					*/
a:active {
color: #000000;
background: #FFFFFF;
text-decoration:none;

font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000000;
background: #FFFFFF;
text-decoration:underline;
text-underline:single;

font-family: "verdana", "arial", "geneva", sans-serif;

}

/*	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	*/
h1 {
margin-left: 40px;
font-size: large;
font-weight: bold;
border: none;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	This class is for the error messages					*/
strong.error {
color: #000000;
background: #FFFFFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	h2					*/
h2 {
margin-left: 0px;
font-size: large;
font-weight: bold;
border: none;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}


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















