body
   {
   color:Black;
   font-size:12pt;
   font-family:Courier New, Courier, Monospace;
   font-weight: 500;
   }

p
   {
   color:Black;
   font-size:12pt;
   font-family:Courier New, Courier, Monospace;
   font-weight: 500;
   width: 600px;
   text-decoration: none;
   }

a
   {
   color:C8183D;
   font-size:12pt;
   font-family:Courier New, Courier, Monospace;
   font-weight: 500;
   text-decoration: none;
   }

strong
   {
   color:C8183D;
   font-size:12pt;
   font-family:Courier New, Courier, Monospace;
   font-weight: 500;
   text-decoration: none;
   font-style:normal;
   }


h1
   {
   color:C8183D;
   font-size:16pt;
   font-family:Courier New, Courier, Monospace;
   }

h2
   {
    color:C8183D;
    font-size:14pt;
    font-family:Courier New, Courier, Monospace;
    text-decoration: none;
    }

h6
   {
   color:Black;
   font-size:12pt;
   font-family:Courier New, Courier, Monospace;
   font-weight: 500;
   }

input
   {
   color:Black;
   font-size:12pt;
   font-family:Courier New, Courier, Monospace;
   color:black;
   background-color:white;
   border:1px solid;
   border-top-color:black;
   border-left-color:black;
   border-right-color:black;
   border-bottom-color:black;
   }

textarea
   { 
   background-color: white; 
   color: black;
   font-size:11pt;
   border:1px solid;
   border-top-color:black;
   border-left-color:black;
   border-right-color:black;
   border-bottom-color:black;
   }