#title
{
 color:white;
 background:#6699CC;
}
#heading
{
 color:#6699CC;
}
.menu td	{
	background : #6699CC;
	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 : #6699CC;
	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:#6699CC;
        background:#E5E5FF;
}