/* .html file rather than the .css file*/
body  {
	background-color : #FFFFFF;
}

/* Paragraph*/
p  {
	margin-left : 0;
	color : #000000;
	background : #FFFFFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
	padding-bottom : 3;
	padding-top : 3;
}

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

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

/* Menu unvisited links*/
a.menulink:link  {
	color : #6633FF;
	background : #FFFFFF;
	font-size : xx-small;
}

/* Menu visited links*/
a.menulink:visited  {
	color : #993399;
	background : #FFFFFF;
	font-size : xx-small;
}

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

/* Menu links when hovered over (MSIE only)*/
a.menulink:hover  {
	color : #FF6666;
	background : #FFFFFF;
	font-size : xx-small;
}

/* Links unvisited links*/
a.link:link  {
	color : #6633FF;
	background : #FFFFFF;
	font-size : x-small;
}

/* Links visited links*/
a.link:visited  {
	color : #993399;
	background : #FFFFFF;
	font-size : x-small;
}

/* Links active links (not widely supported)*/
a.link:active  {
	color : #FF6666;
	background : #FFFFFF;
	font-size : x-small;

}

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

/* Unvisited links*/
a:link  {
	color : #6633FF;
	background : #FFFFFF;
	font-size : small;

}

/* Visited links*/
a:visited  {
	/* color: #FFFFFF; */
	color : #993399;
	background : #FFFFFF;
	font-size : small;

}

/* Active links (not widely supported)*/
a:active  {
	color : #FF6666;
	background : #FFFFFF;
	font-size : small;

}

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

}

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

/* The link description*/
span.descript  {
	font-size : x-small;
	color : #333333;
	background : #FFFFFF;
	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 : xx-small;
	color : #666666;
	background : #FFFFFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
}

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

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

/* This class is for "More options"*/
small.more  {
	font-size : x-small;
	color : #000000;
	background : #FFFFFF;
	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 : 0;
	font-size : small;
	font-weight : bold;
	border : none;
	color : Blue;
	font-family : "verdana", "arial", "geneva", sans-serif;
	background : #CCCCFF;
	padding-left : 0;
	text-indent : 3;
	text-decoration : none;
}

/* This is  for Category Listings table cells*/
td.bgstr  {
	font-size : small;
	color : Blue;
	font-weight : bold;
	background : #CCCCFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
	text-decoration : none;
	margin-left : 3;
	padding-left : 4;
}

/* This is used for the sub headers*/
h2  {
	margin-left : 0;
	font-size : x-small;
	font-weight : bold;
	border : none;
	color : White;
	background : #CCCCFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
	padding-left : 0;
	text-indent : 3;
	text-decoration : none;
}

/* 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 : #000000;
	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 for the margin for the form elements*/
div.margin  {}

/* This is for page $title_linked*/
strong.title  {
	font-size : small;
	font-weight : bold;
	margin-bottom : 6;
	color : #000000;
	background : #FFFFFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
	padding-bottom : 6;
}

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

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

/* This is  for Category Listings table cells*/
td.strip  {
	font-size : x-small;
	color : White;
	font-weight : bold;
	background : #CCCCFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
	text-decoration : none;
	margin-left : 3;
	padding-left : 4;
}

/* Preformatted text*/
pre  {
	margin-left : 60px;
	font-size : small;
	font-weight : bold;
	color : #000000;
	background : #FFFFFF;
}

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

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

/* Links unordered lists*/
ul.rules  {
	margin-left : 60px;
	list-style : disc;
	color : #000000;
	background : #FFFFFF;
	font-family : "verdana", "arial", "geneva", sans-serif;
	font-size : x-small;

}
