/*************************************
	body - p: change size/color to suit needs
*************************************/
body {
	font-family: Arial, Tahoma, "Times New Roman";
	background : #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
body, p {
	font-family: Arial, Tahoma, "Times New Roman";
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;

}

ul { 
	font-family: Arial, Tahoma, "Times New Roman";
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

A:link { color: white ; font-weight: bold }       /* unvisited link */
A:visited { color: white  ; font-weight: bold}   /* visited links */
A:active { color: white  ; font-weight: bold}    /* active links */

div#overflow
{
height:400px;
overflow: auto;

}




