body {
 background: White;
 color: Black;
 }
 
 
 a#menu:visited, a#menu:active, a#menu:link {
	color: #036;
	margin-bottom: 3px;
	margin-bottom: 3px;	
	margin-left: 20px;
}
a#menu:hover {
	color: #036;
}

.menuTitle {
	background-color: #036;
	color: White;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	font-weight: bold;;
}

#menu {
 	background: #eee;
 	border-right: 1px solid #aaa;
 	border-bottom: 1px solid #aaa; 
	border-left: 1px solid #aaa;

 }

#header {
 	border-bottom: 1px solid #aaa;
 	background-color: #036;
	color: White;
 }
 
  h3 {
  		background-color: #036;
	 color: #fff;
	  border-top: solid 1px #000; 
	  margin-right: 7px;
	 margin-left: 7px;
  }
  
  a:active, a:link, a:visited {
	 text-decoration: none;
	 color:Black;
}

a:hover {
	 text-decoration: underline;
}

.bigTitle {
	color: White;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}


a.fla:link, a.fla:visited, a.fla:active  {
	color: Blue; 
	text-decoration : none;	
}


	
a.fla:hover {
	color: Blue; 
	text-decoration : underline; 
	}
	
