body { background: #da8; }

body, td, p, input, select, textarea
{
	font: normal 8pt verdana, arial, sans-serif;
	color: black;
}

a:link, a:visited { color: #b51; }
a:hover { color: #da8; }

.head { background: #b51; }

.menu
{
	font: normal 13px verdana, arial, sans-serif;
	text-transform: uppercase;
	color: white;
	background: #666;
	white-space: nowrap;
}

.menu a:link, .menu a:visited
{
	text-decoration: none;
	color: white;
}

.menu a:hover
{
	text-decoration: none;
	color: black;
}

.menu-bg { background: #999; }

