a:link {color: yellow}     /* unvisited link */
a:visited {color: orange}  /* visited link */

h2{color: #FFFFFF}

.bodytext
 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  background-color: black; 
  color: #CCCCCC;
  text-decoration: none; 
  line-height: 20px
  }
.subcaption
{ 
 font-size: 30px; 
 font-style: normal; 
 color: yellow;
 line-height: 24px; 
 font-weight: bold; 
 font-family: lucida console, Helvetica, sans-serif
 }









