/* CSS Document */
body {
   background-color: #ffffff;
   font-size: 16px;
   font-family: ariel, sans-serif;
   text-align: justify;}

p {margin: 0px 40px 15px 40px}

.toplink {
   font-family: Arial, sans-serif;
   font-style: bold;
   font-size: 16px;
   color: #ffffff;
   text-decoration: none;}

a:hover.toplink {color: #FF2299}

.sublink {
   font-family: arial, sans-serif;
   font-size: 14;
   color: #333333;
   text-decoration: none;}

a:hover.sublink {color: #ff0000;}

h1{font-family: ariel, sans-serif;
   font-size: 24;
   color: #880000;
   text-align: center;}
   
h2{font-family: Ariel, sans-serif;
   font-size: 20;
   color: #880000;
   text-align: center;}
   
h3{font-family: Ariel, sans-serif;
   font-size: 16;
   font-style: bold;
   text-align: center;}

hr{color: #880000}

.highlight
  {color: #aa0000;
   font-style: bold;
   text-decoration: underline;}
