#title
{
 color:white;
 background:#FF3300;
}
#heading
{
 color:#FF3300;
}
.menu td	{
	background : #FF3300;
	border : 1px solid #004d9c;
        color : white;
	float : left;
	font-size : normal;
	font-weight : normal;
	line-height : 10px;
	margin-right : 3px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}
.menu a:link, .menu a:visited	{
	background : #FF3300;
	border : none;
        color : white;
	float : left;
	font-size : normal;
	font-weight : normal;
	line-height : 10px;
	margin-right : 0px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}
.menu a:hover  {
        color:#FF3300;
        background:white;
}
