body { 
  color:#333366; 
  font-family: arial; 
  font-size: 14px; 
}

.heading { 
  color:orange; 
  font-family: geneva;
}

a:link { 
  color:#333366; 
  text-decoration: none 
}

a:hover { 
  color:yellow; 
  background: #6666cc; 
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000066;
}

a:visited {
  color:#333366; 
  text-decoration: none;
}

P.special { 
  color:orange; 
  background:#333366; 
  font-family: arial; 
  font-size: 14px; 
}

A.special { 
  color:orange; 
  background:#333366; 
  font-family: arial; 
  font-size: 14px; 
}

