a.menu:link {
	text-decoration: none;
	
	color: white;	
	font-size: 11px;
	font-weight: 700;
	padding-left: 2px;		
	letter-spacing: 1px;	
	line-height: 20px;
	}
		
a.menu:visited {
	text-decoration: none;
	color: White;
	font-size: 11px;
	font-weight: 700;
	padding-left:2px;		
	letter-spacing: 1px;	
	line-height: 20px;	
	}	

a.menu:hover {
	text-decoration: none;
	color: red;	
	font-size: 11px;
	font-weight: 700;
	padding-left:2px;		
	letter-spacing: 1px;	
	line-height: 20px;
	}
		
.Menu {
	width: 80%;	
	margin-right: auto;
	margin-left: auto;
	color: White;	
	}	
	
p.menu 
{
	color: #D9D1D1;
	font-size: .9em;
	font-family: Arial;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

a.h2:link 
{	color: White;
	font-size: .85em;
	text-decoration: none;
	}
	
a.h2:visited {
	color: White;
	font-size: .85em;
	text-decoration: none;
	}
	
a.h2:hover {
	color: Red;
	font-size: .85em;
	text-decoration: none;
	}

hr.menu 
{width: 80%;
	}	
	
h2.menu
{
	color: Black;
	font: 1.4em;
	text-align: center;
	border-top: groove 2px black;
	border-bottom: groove 2px black;
	
}	
	
h4.menu
{
	color: White;
	font: 1.2em;
	text-align: center;
	border-top: groove 2px gray;
	border-bottom: groove 2px gray;
	
}	
	
		