.menu A
{
	text-decoration : none;
	color : #5A9CD1;
    font-family:arial;
	font-size: 12px;
}

body
{
	background-image : url("design/images/nav_bg.gif");
	font-family : Arial;
	font-size : 13%;
	text-decoration : none;
}

a:hover
{
	color : #CC6600;
}

