TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size : 12px; 
   font-family : arial; 
   color : #000000;
   background-color : #E1E1E1; 
  }

.CONTENTS {
   font-style : normal; 
   font-size : 12px; 
   font-family : arial; 
   color : #000000;
   margin: 5px;
   letter-spacing: 0px;
  }

BODY {
   background-color : transparent; 
   font-style : normal; 
   font-weight : normal; 
   font-size : 12px ; 
   font-family : arial ; 
   color : #000000; 
   text-decoration : none; 
   letter-spacing: 1px;
  }

b, strong {
   color : #FFFFFF;
  }

i, em {
   color : #FFFFFF;
   font-style : italic;
  }

u, u {
   color : #443D89;
   font-style : normal;
  }

s {
   color : #443D89;
   font-style : normal;
  }

hr {
  border: 0;
  width: 80%;
  color: #FFFFFF;
  background-color: #443D89;
  height: 5px;
}

blockquote { 
  border : solid #000000 1px;
  padding : 3px; 
  margin-left: 3em;
  margin-bottom:0.2em;
  background: transparent none;
  color: #000000; 
}

h1 {
   background : #443D89;
   color : #DB3E8B;
   font-family : arial; 
   font-size : 14px; 
   font-weight : bold;
   text-align : center; 
   margin : 0px; 
   margin-top : 0px; 
   width : 100%; 
   margin-bottom : 0px; 
   padding : 0px; 
   padding-bottom : 0px; 
   border-bottom : 1px solid #DB3E8B;
   border-top : 0px solid; 
  } 

h2 {
   color : #443D89;
   font-family : arial; 
   font-size : 13px; 
   font-weight : bold;
   text-align : left; 
   margin : 0px; 
   margin-top : 0px; 
   width : 100%; 
   margin-bottom : 0px; 
   padding : 0px; 
   padding-bottom : 0px; 
   border-bottom : 1px dashed #000000;
   border-top : 0px solid; 
  } 

A:visited {
   font-style : normal; 
   font-weight : bold ; 
   font-family :arial; 
   color : #A44076; 
   text-decoration :none;
  }


A:hover {
   font-style : normal;
   font-weight : bold ;
   font-family :arial; 
   color : #443D89; 
   text-decoration : none; 
   text-transform: uppercase;
   cursor: help;
  }


A:active {
   font-style : normal; 
   font-weight : bold; 
   font-family : arial; 
   color : #A44076; 
   text-decoration : none;
  }


A {
   font-style : normal; 
   font-weight : bold; font-family: arial ; color : #A44076; 
   text-decoration :  none;     
   }

a.nav:link, a.nav:visited, a.nav:active {
      display : block;
      font-size : 14px;
      font-family : arial;
      font-weight : bold;
      text-decoration : none;
      border-left: 8px solid #FFFFFF;
      border-right: 8px solid #FFFFFF;
      background : #A44076;
      color : #000000;
      letter-spacing : 0;
      text-align : left;
      margin : 1px;
      padding : 3px;
}

a.nav:hover {
      display : block;
      font-size : 14px;
      font-family : arial;
      font-weight : bold;
      text-decoration : none;
      border-left: 8px solid #000000;
      border-right: 8px solid #000000;
      background : #DB3E8B;
      color : #443D89;
      text-transform : uppercase;
      letter-spacing : 0;
      text-align : left;
      margin : 1px;
      padding : 3px;
}

.head {
   color: #000000;     
   text-transform: uppercase ;
   border: 1px #000000 solid;
   font-weight : bold ;
   background-color : #FFFFFF;
  }   

textarea {
  font-size : 12px ;
  font-family : arial ;
  color : #000000; 
  border : 1px solid #DB3E8B; 
  background-color : #443D89;
  }

input {
 font-size : 12px ; 
 font-family: arial ;  
 color : #000000; 
 border : 1px solid #DB3E8B; 
 background-color : #443D89;
  }