body {
   background-color: "#FFFCA9";
}

H1 {
   font-family: verdana;
   font-size: 12pt;
   color: #000000;
}

H2 {
   font-family: verdana;
   font-size: 14pt;
   color: #DD9331;
}

H3 {
   font-family: verdana;
   font-size: 10pt;
   color: #DD9331;
   align: center;
}

a:link {
   font-family:verdana;
   font-size: 10pt;
   text-decoration: none;
   font-style: normal;
   color: #B22222;
}
a:visited {
   font-family:verdana;
   font-size: 10pt;
   text-decoration: none;
   font-style: normal;
   color: silver;
}

a:hover {
   font-family:verdana;
   font-size: 10pt;
   text-decoration: none;
   letter-spacing: 2px;
   font-style: normal;
   color: silver;
}
