#header1 {
  background: #333333;
  width: 100%;
  height: 100px;
  font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 24px;
	font-weight: normal;
	text-align: center;

a:link {

text-decoration: none; 
color: #FF0000;


}
   
   a:visited {

text-decoration: none; 
color: #FF0000;

}


a:active {

text-decoration: none; 
color: #FF0000;

}


a:hover {

text-decoration: none; 
color: #FF0000;

}

}

	
	


