body { 
background-color: #F4EDE3; 
background-image: url(../home/images/bg_menu.jpg); 
background-repeat: repeat; 
background-attachment: fixed 
} 

.menu{
	font-family: Courier New, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 1.5;

}

.menu A {
	font-family: Courier New, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	

}

.menu A:hover{
	font-family: Courier New, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2F271C;
	text-decoration: underline;
	

}

.menularge{
	font-family: Courier New, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	line-height: 2;
	text-decoration: underline;
	letter-spacing: 3;

}
