body {
   color: #ffffff;
   background-color: #000000;
   }

p#title {
   font-weight: bold;
   font-size: 125%;
   }

p.heading {
   font-weight: bold;
   font-size: 110%;
   }

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

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

ul.lefty,li {
   margin: 0;
   padding: 0;
   }

textarea#message {
   resize: none;
   }
