.navigation01
{
	font-family: sans-serif;
         font-weight: bold;
         font-size: 14px;
         text-decoration: none;
}
a:hover
{
         color: #F0F0F0;
         text-decoration: none;
         background-color: #808080;
}
a:visited
{
	color: black;
	text-decoration: none;
         background-color: none;
}
a:active
{
	color: red;
         text-decoration: none;
         background-color: none;
}