/* thanks to Harley@eiL.neT for leaving good tips like this in his code :) http://www.nypl.org/styleguide/css/opensource.html */

td {
   font-family: Helvetica, Arial;
   font-size: 14px;
   color: #000000
   }

a:visited {
   font-family: Helvetica, Arial;
   font-size: 14px;
   color: #002600;
   text-decoration: none;
   }

a:link {
   font-family: Helvetica, Arial;
   font-size: 14px;
   color: #002600;
   text-decoration: none; }

a:active {
   font-family: Helvetica, Arial;
   font-size: 15px;
   color: #002600;
   text-decoration: none; }

a:hover {
   font-family: Helvetica, Arial;
   font-size: 15px;
   color: #400000;
   text-decoration: none; }

.content {
    padding: 10px 20px;
    margin: 5% 15%;
    border: 1px dotted #333;
    background-image: url(../images/contentfill.gif); }

