h1           {font-family: Arial, Helvetica; font-size: 16; color: #B40000; font-weight: bold; text-align: left;
              margin-top: 2; margin-bottom: 2}
h6           {font-family: Arial, Helvetica; font-size: 10;  color: #B40000; font-weight: normal; text-align: left}

a:link       {text-decoration: none;      font-weight: bold;   color: #303030}
a:visited    {text-decoration: none;      font-weight: bold;   color: #303030}
a:active     {text-decoration: underline; font-weight: bold;   color: #808080}
a:hover      {text-decoration: underline; font-weight: bold;   color: #B40000}

p            {font-family: Arial, Helvetica; font-size: 14; text-align: Justify; color: #B40000}

table        {font-family: Arial, Helvetica; font-size: 14; color: #B40000}
tr           {font-family: Arial, Helvetica; font-size: 14; color: #B40000}
td           {font-family: Arial, Helvetica; font-size: 14; color: #B40000}

hr           {color: #808080}

body {
      background-image: url('');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: bottom right;
      scrollbar-face-color: white;
      scrollbar-track-color: #E6E6E6;      
      scrollbar-arrow-color: #B40000;
      scrollbar-highlight-color: #B40000;
      scrollbar-3dlight-color: white;
      scrollbar-shadow-color: #B40000;
      scrollbar-darkshadow-color: white
     }
