body	{
	margin: 1px; 
	font-family:  verdana, tahoma, arial,  helvetica, sans-serif;
	color:	#d6d6d6;
	background: #003300;
	}
table	{margin: 5; border-collapse: collapse;}

div		{ 
	margin-top: 2px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
    }

div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 11px;
	color: #000000;
	    }

a:link	{
	text-decoration: underline;
	color: #000066;
	background-color: transparent;
	}
a:visited	{
	text-decoration: underline;
	color:	#666666;
	background-color: transparent;
	}	
a:hover	{
	text-decoration: underline;
	color: #006600;
	bakground-color: transparent;
	}
a:active {
	text-decoration: underline;
	color: #990000;
	bakground-color: transparent;
	}

dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.4em;
	}
.content {
	padding: 5px 5px;
	margin: 5% 15%;
	background-image: none;
	}
p {
	margin-top: 5; padding-top: 0;
	line-height: 1.4em;
    
	}
h1	{
	font-size:	17px;
	border-bottom: 1px solid #000000; padding-bottom: 2px;
		}

h2	{
	font-size:	13px;
	border-bottom: 1px solid #000000; padding-bottom: 2px;

	}

h3	{
	font-size:	11px;
		}

h1, h2, h3	{
	font-family:  verdana, helvetica, arial,  sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}