body { 
background-image: url("images/top.jpg");
background-repeat: repeat-x
} 

.menu ul {
list-style-type: none; /* suppression of useless elements */
width: 730px; /* precision for Opera */
}
.menu li { float: left;} /* lists aligned to the left */

.menu a {
     text-align: center;
     border: 0px solid gray;
     text-decoration: none;
     color: #5B0000;
     background: #fff;
     font-weight: bold;
     font-family: tahoma;
     font-size: 12px;
     }
	 
.menu a:hover {
     color: #192FFF;
     border: 0px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
     
.body_text {
	margin: 10px 50px 0 50px;
	font-family: times new roman;
	color: #3D3D3D;	
	font-size: 18px;
}

.body_text h2 {
	text-align: center;
}
.body_text h1 {
	font-size: 26px;
	margin: 0 0 0 0;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;


}
.body_text p {
	font-size: 18px;
	margin: 0 0 0 0;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	line-height: 20px;

}