.menu  {
	font-size: 12px;
    color: #000000;
    text-indent: 2px;
	}

a:link  {
	font-size: 10px;
    color: #FFFFFF;
	text-decoration: none;
}

a:visited  {
	font-size: 10px;
    color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}


