body {
   color: black;
   background-color: #F0F0F0;
   margin-left: 10%;
   margin-right: 10%;
   font: 10pt/14pt Verdana, Geneva, Arial, Helvetica, Sans-Serif, Times New Roman;
}
h1 {
   background-color: #F0F0F0;
   border: thin #F0F0F0 none;
   width: 100%;
   padding: 1%;
   margin: 0px 0px 15px;
   line-height: 28px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif, Times New Roman;
   font-weight: 900;
   font-size: 28px;
   color: #B0B0B0;
   text-align: center;
}
h2 {
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif, Times New Roman;
   font-size: 100%;
   color: black;
}
h3 {
   font-size: 100%
}

A:link {color: blue; text-decoration: none
}
A:hover {color: red; text-decoration: none
}
A:visited {color: purple; text-decoration: none
}
A:active {color: red; text-decoration: none
}

A.under:link {color: blue; text-decoration: underline; font-weight: bold
}
A.under:hover {color: blue; text-decoration: underline; font-weight: bold
}
A.under:visited {color: purple; text-decoration: underline; font-weight: bold
}
A.under:active {color: red; text-decoration: underline; font-weight: bold
}

P.navigation-bar {background-color: #5050FF;
color: white;
border: thin #5050FF none;
width: 100%;
padding: 1%;
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif, Times New Roman;
font-size: 100%;
}
P.navigation-bar A:link {color: #F0F0F0;
text-decoration: none}
P.navigation-bar A:visited {color: #D0D0D0;
text-decoration: none}
P.navigation-bar A:hover {background-color: #8080FF;
color: #F0F0F0);
text-decoration: none
}
select.selectBox {  
   color: #000000;
   font-size: 80%;
   background-color: #F0F0F0;
   }