/* Page color and background color */body, td
{ 
	background-color: #000000;
	color: #6666FF;	font-size: x-small;
	vertical-align: top
}

	td
{
line-height: 175%
}

/* unvisited link */
A:link 
{ 
	color: #6666CC 
}

/* visited link */
A:visited
{ 
	color: #6666FF
}

/* active link */
A:active

{ 
	color: #9999FF
} 

h2
{
	font-weight: normal;
	font-size: small;
	text-align: center
}
