<!--
/* comment for style sheetless browsers */

BODY {
	background:		#808080;
	margin-top:		15px;
	color:			black;
}

A:link {
	color:			#0066ff;
	text-decoration:	none;
	font-weight:            bold;
}

A:visited {
	color:			#0066ff;                
	text-decoration:	none;
	font-weight:            bold;
}

A.link {
	color:			blue;
	font-size:		18pt;
	font-family:		sans-serif;
	font-weight:		bold;
}

A.navlink {
        color:                  white;
        font-size:              14pt;
        font-family:            sans-serif;
        font-weight:            bold;
}

TD.choice {
	color:			#333399;
	font-size:		14pt;
	font-family:		serif;
}

TD.footer {
        color:                  white;
        font-size:              12pt;
        font-family:            sans-serif;
}

#whitish {
	color:			white;
	font-size:              14pt;
	font-family:            sans-serif;
}

#headthing {
	color:			green;
	font-size:              16pt;
        font-family:            sans-serif;
	font-weight:            bold;
}

#content {
        color:                  black;
        font-size:              14pt;
        font-family:            serif;
}



-->


