@charset "utf-8";
/* CSS Document */
  body { font-family:'trebuchet ms', geneva; }
  div { font-family:'trebuchet ms', geneva; }
  h1 { font-size:140%; color:black; margin-bottom:-15px; }
  h2 { font-size:125%; color:gray; margin-bottom:-10px; }
  h3 { font-size:120%; color:black; margin-bottom:-10px; }
  p { font-family:'trebuchet ms', geneva; color:black}
  A:link  {color:black; font-family: 'trebuchet ms', geneva; font-size: 100%;}
  A:visited  {color:black; font-family: 'trebuchet ms', geneva; font-size: 100%;}
  A:active {color:black; font-family: 'trebuchet ms', geneva; font-size: 100%;}
  A:hover {color: red; font-family: 'trebuchet ms', geneva; font-size: 105%;}
div.linkstuff {  float: left;
    width: 200px;     
    font-family:'trebuchet ms', geneva;
   } 
div.main {  
     margin: 10px; 
     font-family:'trebuchet ms', geneva;  } 
div.done { font-size: 75%; color:gray;  } 
