
body {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   margin: 0px;

   scrollbar-face-color:#F8F3E0;
   scrollbar-arrow-color:#512661;
   scrollbar-track-color:#895F35;
   scrollbar-shadow-color:#512661;
   scrollbar-highlight-color:#512661;
   scrollbar-3dlight-color:#512661;
   scrollbar-darkshadow-Color:#512661;
   }

td {
   font-family: garamond, palatia, century, cocktail, georgia, serif;
   font-size: 16 px;
   margin: 0px;
   }

p {
   font-family: garamond, palatia, century, cocktail, georgia, serif;
   color: #512661;
   margin: 0px;
   margin-left: 10px;
   margin-right: 10px;
   }

p.indent {
   text-indent: 30px;
   }

p.noindent {
   text-indent: 0px;
   }

p.menu1{
   font-size: 20px;
   font-style: italic;
   font-weight: bold;
}
p.menu2{
   text-style: italic;
   margin-left: 40px;
}

.paperclip {
    position: relative; 
    right: -43px; 
    width: 240px; 
    height: 240px;
    float: right;
    margin-left: -20px;
}

a {
   text-decoration:none;
  }

a:link {
   color: #CC3366;
   font-style: italic;
   }

a:visited {
   color: #3366CC;
   font-style: none;
   }

a:hover {
   color: #512661;
   text-decoration: overline underline;
   }

a:active {
   color: #512661;
   text-decoration: overline underline;
   }
