  A:link {background: transparent; color: #FFFFFF; font: bold}
  A:active {background: transparent; color: #FFFFFF; font: 110% bold}
  A:visited {background: transparent; color: #FFFFFF; font: bold} 
  
  BODY { 
 
  background: #336699 url("Images/bird.gif") no-repeat fixed;
  color: white;
  text-align: center;
  font-family: "COMIC SANS MS",ARIAL,HELVETICA, SANS-SERIF
}
H1 {
  
  font-weight: bold;
  font-size: 300%;
	color: yellow
  }

H2 { 
  font-weight: bold;
  font-size: x-large
}
H3 {
  font-weight: bold;
  font-size: large
  }
H4 {
  font-weight: bold;
	font-size: large;
  color: yellow
	
  }

