body, th, td {
 background: #fff;
 color: #1D468B;
 font-family: verdana, sans-serif;
 }
 
#bottomLinks {
 margin: 10px;
 text-align: center;
 }
 
#bottomMatter {
 margin: 20px 10px 5px 10px;
 background: white;
 color: #333;
 text-align: center;
 }
 
h1 {
 font-size: medium;
 }

h2 {
 font-size: medium;
 }
 
h3, h4, h5 {
 font-size: small;
 }
 
ul li {
 list-style-type: circle;
 margin-left: 0px;
 border-left: 0px;
 }
 
#menu {
 font-weight: bold;
 }

#verticalWhiteSpace {
 padding: 50px;
 }

a:link {
 color: blue;
 text-decoration: underline;
 background: transparent;
 }
 
a:visited {
 color: purple;
 text-decoration: underline;
 background: transparent;
 }
 
a:hover {
 text-decoration: underline;
 }

a:active {
 color: red;
 text-decoration: underline;
 background: transparent;
 }
 
#link {
 padding: 5px;
 }
 
#linkFirst {
 padding: 5px;
 }



