/* ----------------------------------------------------/

works for NS 4.8 etc - linked not imported
(c) 2006 EyeDivision www.eyedivision.co.uk 
info@eyedivision.co.uk 
/-----------------------------------------------------*/

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

b, strong { color: #000000; text-decoration: none ; font-weight: bold; }

body
{
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:100%;
	color:#FFF;
	background-color:#000;
	margin:0px;
}
a:link { color:#000; text-decoration: none; border-bottom: 1px solid #999; }
a:visited { color:#999; text-decoration: none; border-bottom: 1px solid #CCC; }
a:hover { color:#FF9900; text-decoration: none; }
a:active { color:#FF9900; text-decoration: none;}
