body
{
   background: black;
   margin-left: 2%;
   margin-right: 2%;
   color: #ffffff;
   font-family: "Bradley Hand ITC", "Lucida Handwriting", "Mead Bold", "Viner Hand ITC", 
"Comic Sans MS";
}
h1
{
   text-transform: uppercase;
   text-decoration: bold;
}
h2
{
   text-transform: uppercase;
   text-decoration: bold;
}
h3
{
   text-decoration: bold;
}
a:link
{
   font-weight: bold;
   color: #ffccff;
}
a:visited
{
   color: #ffffcc;
}

