
body {
   font-family: 'trebuchet ms', verdana, arial, helvetica, san-serif;
   color: #440039;
   margin: 0em;
   font-size: 13px;

   scrollbar-face-color:#FCE3FB;
   scrollbar-arrow-color:#440039;
   scrollbar-track-color:#FCE3FB;
   scrollbar-shadow-color:#FCE3FB;
   scrollbar-highlight-color:#FCE3FB;
   scrollbar-3dlight-color:#440039;
   scrollbar-darkshadow-Color:#440039;
   }

h1 {
   font-family: 'copperplate gothic bold', copperplate, serif;
   margin: 0em;
   margin-left: 1em;
   margin-right: 1em;
   margin-bottom: 0em;
}

p {
   margin: 0em;
   margin-left: 1em;
   margin-right: 1em;
   }

p.indent {
   text-indent: 1em;
   }

p.noindent {
   text-indent: 0em;
   }

p.copyright {
   text-indent: 0em;
   font-size: 0.7em;
}

p.spoiler {
   text-indent: 1em;
   color: #FCE3FB;
}

a {
   text-decoration:none;
  }

a:link {
   color: #993333;
   }

a:visited {
   color: #333399;
   }

a:hover {
   color: #440039;
   text-decoration: overline underline;
   }

a:active {
   color: #440039;
   text-decoration: overline underline;
   }