body {
	background-image: url(../gfx/menu.jpg);
	background-repeat: no-repeat;
	font-family : Verdana;
	font-size : 12px;
	color: #062555;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: square;
	
}
	
a {         

	color: #062555;
	border-color: #062555;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	cursor: hand;
	text-decoration: underline;
}


a:hover {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	cursor: hand;
    text-decoration: underline;

}
