.menu {
	color: gray;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;

}


:hover.menu {
	text-decoration: underline;
	font-weight: bold;
	color: black;
}


.body {
	font-family: Arial;
	font-size: 12px;
	color: #202020
}

.footer {
	
	background-image: url('images/f-bg.jpg'); 
	background-repeat: no-repeat; 
    background-position: center;
    font-family: Verdana;
    font-size: 10px;
    color: maroon;
    
}