body
{

	
	
	background-color : black;
	background-image : url(Images/starfield.jpg);

	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;

	font-family : Verdana;
	color : White;
}



A:link {color: White;}
A:visited {color: White;}
A:active {color: White;}
A:hover {color: White;}


p
{
	
	color : White;
	font-size: 10pt;
	
}

.big_highlight
{
	color : #FFE9D8;
	font-size: 12pt;
	font-weight: bold;
}


.highlight
{
	color : #FFE9D8;
	font-size: 10pt;
	font-weight: bold;
}

.nonbold_highlight
{
	color : #white;
	font-size: 10pt;
}

.small_highlight
{
	color : #white;
	font-size: 8pt;
}

.small
{
	color : #DBDBDB;
	font-size: 7pt;
}
