/*
prowerk.css - CSS for Prowerk Website
Version 1.0, 12 Oct 2000
*/


body {
   font-family:  arial;
   font-size: 10pt;
   background-color: white;
   color: black;
   margin-left: 4px;
   margin-top: 3px;
   margin-bottom: 5px;
   margin-right: 5px;
}

h1 {
   font-family: arial;
   font-size: 14pt;
   font-style: normal;
   font-weight: bold;
   text-transform: uppercase;
   color: #003366;
   margin-left: 7%;
}

h2 {
   font-family: arial;
   font-size: 12pt;
   font-style: italic;
   font-weight: bold;
   text-transform: none;
   color: #003366;
   margin-top: 2em;
   margin-left: 10%;
}


ul ul {
   list-style: square;
}
   


a:link, a:visited {
   color: #003366;
   }
   
a:hover {
   color: red;
}


table {
   font-size: 10pt;
}

#indent {
   width: 590px;
   margin-left: 10.25%;
}