body	{
	margin:		0px;
	padding:	0px;
	font-family: Arial, Helvetica, sans-serif;
	color:	#fff;
	background : #000;

	}
div, p, th, td, li, dd, dl, dt    {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
    }

a	{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:	none;
	}

a:link	{
	color:	#ffffcc;
	}

a:visited	{
	color:	#ffffcc;
	}

a:hover	{
	color:	#99ffcc;
	text-decoration:	underline;
	}

a:active	{
	color:	#ffffcc;
	}

a:not([href]):hover, a:not([href]):active { 
	color: inherit; 
	text-decoration: inherit;
	}

code, tt, pre	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #06c;
	background: transparent;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.3em;
	}
p {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	}	
img	{
		/* turns off gaps around images */
	border:	0
	}
.small {
	font-size: 75%;
	}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	}	
.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #633;
	}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9fc;
	}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffc;
	}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}	

