BODY
   {
   color: black;
   background: rgb(210,205,255);
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.25em;
   font-style: normal;
   }

H1, H2, H3, H4, H5, H6
   {
   font-family: Arial, Helvetica, sans-serif
   margin-top: 5px;
   margin-bottom: 5px;
   }

A
   {
   color: rgb(69,41,150);
   font-size: 1.2em;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
   border-style:none;
   }

A:hover
   {
   color: red;
   font-weight: bold;
   font-size: 1.2em;
   font-style:italic;
   text-decoration: none;
   border-style:none;
   }

IMG
   {
   border-style:none;
   }

BLOCKQUOTE
   {
   color: red;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   font-style: italic;
   margin-top: 0px;
   margin-bottom: 5px;
   }
