/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
	font-size: 36px;
	background-color: #999999;
}
A:link {
	COLOR: #003300;
	TEXT-DECORATION: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	font-size: 36px;
}
	
A:visited {
	COLOR: #006666;
	TEXT-DECORATION: none;
	border-bottom-style: none;}
	
A:hover {
	COLOR: #CCCCCC;
	border-bottom-style: none;}

A:active {
	COLOR: #666633;}
