body 
	{
	font-family: verdana;
	font-size: 11 px;
	font-weight: bold;
	background-color: #003333;
	text-decoration: none;
	color: white;
	background-image: url(../image/bg_menu.gif);
	}
a:link
	{
	color: #cccccc;
	}
a:visited 
	{
	color: #cccccc;
	}

a:hover
	{
	text-decoration: underline;
	color: #fff;
	}

