/* .html file rather than the .css file*/
body  {
	color : #FFCC00;
	background : #336699;
	font-family : "verdana", "arial", "geneva", sans-serif;
	background-color : #336699;
	font-size : x-small;
}

/* Paragraph*/
p  {
	margin-left : 60px;
	color : #FFCC00;
	font-family : "verdana", "arial", "geneva", sans-serif;
	font-size : x-small;
}

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

/* Menu*/
small.menu  {
	font-size : x-small;
	color : #FFCC00;
	font-family : "verdana", "arial", "geneva", sans-serif;
	text-align : center;
}

/* Menu unvisited links*/
a.menulink:link  {
	color : White;
	font-family : "verdana", "arial", "geneva", sans-serif;
	background : #336699;
}

/* Menu visited links*/
a.menulink:visited  {
	color : White;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Menu active links (not widely supported)*/
a.menulink:active  {
	color : Lime;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

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

/* Links unvisited links*/
a.link:link  {
	color : White;
}

/* Links visited links*/
a.link:visited  {
	color : White;
}

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

/* Links when hovered over (MSIE only)*/
a.link:hover  {
	color : Yellow;
}

/* Unvisited links*/
a:link  {
	color : White;
	font-family : "verdana", "arial", "geneva", sans-serif;
	font-weight : normal;
	font-style : normal;
}

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

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

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

/* Links unordered lists*/
ul  {
	margin-left : 60px;
	list-style : disc;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* The link description*/
span.descript  {
	font-size : x-small;
	color : #FFFFCC;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* New links*/
sup.new  {
	font-size : x-small;
	color : #FFFFFF;
	background : #FF3300;
	font-weight : bold;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Popular links*/
sup.pop  {
	font-size : x-small;
	color : #FFFFFF;
	background : #00CCFF;
	font-weight : bold;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Links date and hits*/
small.date  {
	font-size : x-small;
	color : #FFCC00;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Number of links in categories*/
small.numlinks  {
	font-size : x-small;
	color : #FFFFFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* This class is for "Looking for something in particular?"*/
strong.search  {
	color : #FFCC00;
	font-weight : normal;
	font-family : "verdana", "arial", "geneva", sans-serif;
	font-size : x-small;
}

/* This class is for "More options"*/
small.more  {
	font-size : x-small;
	color : #FFCC00;
	font-weight : normal;
	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 : normal;
	border : none;
	color : #FFCC00;
	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 : normal;
	border : none;
	color : #FFCC00;
	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;
}

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

/* This is for the margin for the form elements*/
div.margin  {
	margin-left : 60px;
}

/* This is for page $title_linked*/
strong.title  {
	font-size : small;
	font-weight : normal;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

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

/* This is  for Category Listings table cells*/
td.catlist  {
	font-size : medium;
	color : #FFCC00;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

/* Preformatted text*/
pre  {
	margin-left : 60px;
	font-size : small;
	font-weight : normal;
	color : #FFCC00;
}

/* This is for the page last updated text*/
small.update  {
	font-size : x-small;
	font-weight : normal;
	color : #999999;
	font-family : "verdana", "arial", "geneva", sans-serif;
	background : #336699;
	background-color : #336699;
}

/* This is for the total number of links*/
p.grandtotal  {
	margin-left : 60px;
	font-size : medium;
	font-weight : normal;
	color : #FFCC00;
	font-family : "verdana", "arial", "geneva", sans-serif;
}


