BODY { 
  background: white url(fishing2.jpg);
  background-repeat: repeat-x repeat-y;
  font-family: Comic Sans MS;
  color: red 
}

A:link {
 color: white;
 font-family:
 Comic Sans MS;
 font-size: 100% 
}

A:visited {
 color: white;
 font-family: Comic Sans MS;
 font-size: 100%} 

H1 {
 font-weight: bold; 
 color: red;
 text-align: center;	 
 font-family: Comic Sans MS;
 font-size: 250%
}

H2 {
 text-align: center;
 color: red;	
 font-family: Comic Sans MS;
 font-size: 200%
}

H3 {
 text-align: center;	
 color: red;	
 font-family: Comic Sans MS;
 font-size: 115%
}

p {
 color: red;
 font-family: Comic Sans MS
}