  .headline  
  { 
    color: #08204F; 
    font-style: normal; 
    font-weight: bold; 
    font-size: 20px; 
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    text-decoration: none 
  }

  .copy  
  { 
    color: #08204F; 
    font-style: normal; 
    font-size: 10px; 
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    text-decoration: none 
  }

  .navlinks a
  {
  	color: #FF9933;
  	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  	font-style: normal;
  	font-weight: bold;
  	font-size: 17px;
  	text-decoration : none;
  }
  	.navlinks a:hover
  {
  	color: #FFCC33;
  	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  	font-style: normal;
  	font-weight: bold;
  	font-size: 17px;
  	text-decoration : none;
  }

  	A:visited
  {
  	text-decoration : none;
  }

  	A:hover
  {
  	text-decoration : underline;
  }

  	A:active
  {
  	text-decoration : none;
  }

  A
  {
  	text-decoration : none;
  }
