#header {
   height: 75px;
   background-color: #660000;
   margin-top: 0px;
   color: white;
   font-size: 80%;
   font-style: normal;
   letter-spacing: 3px;
   padding-left: 15px;   
   padding-top: 5px;
}

#wrap {
   color: #660000;
   background-color: white;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 35px;
   padding: 0px 0px 0px 0px;
   border-bottom: 3px solid #330000;
}

.standardstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}


a { text-decoration: none; outline: none; }
a:link { 
   text-decoration: none; 
   color: white;
}
a:visited { 
   text-decoration: underlined; 
   color: white;
}
a:hover, a:focus { 
   text-decoration: none; 
   color: white;
   background-color: #990000;
}
a:active { 
   text-decoration: none; 
   color: white;
}
