body {
  margin-top: 20;
  align: center;
  background-image: url(images/background2.jpg);
  font-family: times, serif;}
  
#container{ 
  width: 900;
  background: #ffefd5;}

#jobseeker{ 
  width: 900;
  background-image: url(images/jobseeker-background.gif);}

#business{ 
  width: 900;
  background-image: url(images/business-background.gif);}

#youth{ 
  width: 900;
  background-image: url(images/youth-background.gif);}
 
a.white:link {color: #ffffff;}
a.white:visited {color: #ffffff;}
a.white:hover {color: #d2691e;}
a.white:focus {color: #d2691e;}
a.white:active {color: #d2691e;}

p.title:first-line {font-size: 28.0; color: #4682B4;}


<!-- A {text-decoration: underline} A:hover {color:"#d2691e";  text-decoration: underline} -->

