body
	{
	background: black;
	background-image: url("../../Graphics/stars.gif");
	alink: Yellow; 
	vlink: Green;
	font: 10pt "arial"; color: White;
	}

.BodyNoBackground
	{
	background: white;
	font-family: Arial 
	}

h1 	{font: 24pt; font-weight:bold}

p	{font: 10pt "arial"}

table	{font: 10pt "arial"}

.TableNoBorder 
	{
	width: 100%; 
	align:center;
	border : 0;
	cellpadding : 1; 
	cellspacing : 1;		
	}

small	{font: 8pt "arial"}

A
	{
	color : Yellow;
	text-decoration : none;
	} 

A:hover	{background: Red}

A.menu
	{font: 10pt "arial"; 
	font-weight:bold; 
	color : yellow; 
	text-decoration : none
	} 

A.menu: hover
	{background: Red}

.yellowfont
	{font: 10pt "arial"; 
	font-weight:bold; 
	color: Yellow
	}