/* .html file rather than the .css file*/
body  {
	color : #000000;
	background-color : #ffffff;
	font-family : Arial;
}

/* Paragraph*/
p  {
	margin-left : 60px;
	color : #000000l;
    font-family : verdana, arial, geneva, sans-serif;
}

/* dl  {
/*	color : #000000;
/*	background : #FFFFFF;
/*	font-family : verdana, arial, geneva, sans-serif;
/*}

/* Menu*/
small.menu  {
	font-size : small;
	color : #000000l;
    font-family : verdana, arial, geneva, sans-serif;
}

/* Menu unvisited links*/
a.menulink:link  {
	color : #000000;
	font-size : 13px;
	font-family : Arial;
	text-decoration : none;
	font-weight : bold;
/*	line-height : 15px; */
}

/* Menu visited links*/
a.menulink:visited  {
	color : #ff9900;
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
/*	line-height : 15px; */
}

/* Menu active links (not widely supported)*/
a.menulink:active  {
	color : #ff6666;
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
/*	line-height : 15px; */
}

/* Menu links when hovered over (MSIE only)*/
a.menulink:hover  {
	color : #c0c0c0;
	font-family : Arial;
	font-size : 13px;
	font-weight : bold;
/*	line-height : 15px; */
	text-decoration : none;
}

/* Links unvisited links*/
a.link:link  {
	color : #000000;
	font-family : Arial;
	font-size : 16px;
	font-weight : bold;
/*	line-height : 16px; */
	text-decoration : none;
}

/* Links visited links*/
a.link:visited  {
	color : #ff9900;
	font-family : Arial;
	text-decoration : none;
}

/* Links active links (not widely supported)*/
a.link:active  {
	color : #000000;
	text-decoration : none;
}

/* Links when hovered over (MSIE only)*/
a.link:hover  {
	color : #C0C0C0;
	text-decoration : none;
}

/* Unvisited links*/
a:link  {
	color : #666666;
	font-family : Arial;
	font-size : 16px;
	text-decoration : none;
}

/* Visited links*/
a:visited  {
	color : #ff9900;
	font-family : Arial;
	font-size : 16px;
	text-decoration : none;
}

/* Active links (not widely supported)*/
a:active  {
	color : #FF6666;
	font-family : Arial;
	font-size : 16px;
	text-decoration : none;
}

/* Links when hovered over (MSIE only)*/
a:hover  {
	color : #cc33ff;
	font-size : 16px;
	font-family : Arial;
	text-decoration : none;
}

/* Links unordered lists*/
ul  {
	list-style : disc;
	color : #000000;
	background : #FFFFFF;
	font-family : verdana, arial, geneva, sans-serif;
}

/* The link description*/
span.descript  {
	font-size : 11px;
	font-family : arial, geneva, sans-serif;
/*	line-height : 12px; */
/*	padding : 12px; */
}

/* New links*/
sup.new  {
	font-size : 11px;
	color : #ff0000;
	font-family : 'Arial Narrow';
	text-align : left;
}

/* 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 : 10px;
	color : #666666;
	background : #FFFFFF;
	font-family : verdana, arial, geneva, sans-serif;
}

/* This class is for "Looking for something in particular?"*/
strong.search  {
	color : #000000;
	font-weight : bold;
	font-family : 'Arial';
	font-size : 13px;
}

/* This class is for "More options"*/
small.more  {
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	font-family : 'Arial';
}

/* This is for main headers on all pages *apart* from the home page*/
h1  {
/*	margin-left : 20px; */
	font-size : 12px;
	font-weight : bold;
	border : none;
	color : #ff9900;
	font-family : verdana, arial, geneva, sans-serif;
	text-transform : capitalize;
	text-decoration : none;
	text-align : left;
/*	margin-right : 20px; */
}

/* This class is for the main header on the Links home page*/
h1.home  {
/*	margin-left : px; */
	font-size : 20px;
	font-weight : bold;
	border : none;
	color : Lime;
	background : #000000;
	font-family : verdana, arial, geneva, sans-serif;
	text-align : center;
}

/* 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  {
	font-size : medium;
	font-weight : bold;
	border : none;
	color : #339999;
	font-family : verdana, arial, geneva, sans-serif;
	margin-right : 0px;
	padding-right : 3px;
	text-decoration : none;
	border-bottom-width : thin;
	border-color : #339999;
	border-width : thin;
	border-style : solid;
	padding-left : 8px;
	padding-top : 3px;
	padding-bottom : 1px;
	border-left-width : medium;
	border-top-width : 0px;
	border-right-width : 0px;
}

/* This is for the margin for the form elements*/
div.margin  {
	margin-left : 0px;
}

/* This is for page $title_linked*/
strong.title  {
	font-size : 16px;
	font-weight : bold;
	color : #000000;
	font-family : Arial;
}

/* Table cells*/
td  {
	font-size : 12px;
	color : #000000;
	font-family : Arial;
}

/* This is  for Category Listings table cells*/
td.catlist  {
	font-size : medium;
	color : #000000;
    font-family : verdana, arial, geneva, sans-serif;
}

/* Preformatted text*/
pre  {
	margin-left : 60px;
	font-size : small;
	font-weight : bold;
	color : #000000;
}

/* This is for the page last updated text*/
small.update  {
	font-size : 10px;
	font-weight : normal;
	color : #999999;
	font-family : verdana, arial, geneva, sans-serif;
}

/* This is for the total number of links*/
p.grandtotal  {
/*	margin-left : 10px; */
	font-size : 12px;
	font-weight : bold;
	color : #000000;
    font-family : verdana, arial, geneva, sans-serif;
	text-align : left;
}

a.gossamer  {
	color : #FF9900;
	font-family : Verdana;
	font-size : 10px;
}

a.gossamer:active  {
	color : #c0c0c0;
	font-family : Verdana;
	font-size : 10px;
}

/* Links when hovered over (MSIE only)*/
a.gossamer:hover  {
	color : #000000;
	font-size : 10px;
	font-family : Verdana;
}

td.vert  {
	background : #008080;
}

a.gossamer:visited  {
	font-size : 10px;
	font-family : Verdana;
	color : #ff9900;
}

