/* CSS Document */

H1 {font-family: Comic Sans MS; font-size: 18pt; font-weight: bold; color: #FFCC00; text-decoration: underline;}
A:visited  {color: #666666; text-decoration: none; font-size: 10pt; font-weight: bold}
A:link  {color: #FFCC00; text-decoration: none; font-size: 10pt; font-weight: bold;}
A:active  {color: #FFCC00; text-decoration: none; font-size: 10pt; font-weight: bold}
A:HOVER  {color: #0000FF; text-decoration: underline; font-size: 10pt; font-weight: bold}
Text  {font-size:  10pt; color: #000000;}
P { 
  color: white; 
  font-family: Verdana;
  font-size: 10pt;
  background: #FD1B14; 
}
