﻿body {
}

.menuLink {
 font-weight: bold;
}

a:link {color: #000000; text-decoration: none; text-transform: none; }
a:visited {color: #000000; text-decoration: none; text-transform: none; }
a:active {color: #000000; text-decoration: none; text-transform: none; }
a:hover {color: #808080; text-decoration: none; text-transform: none; }

/*
.pageHeader class should be applied to div containing page header text
*/
.pageHeader
{
    text-align: left; 
    margin-bottom: 20px; 
    border-bottom: solid 1px black; 
    width: 650px; font-size: 20px; 
    font-weight: bold;
}

.normalText 
{
    font-size: 10pt; 
    font-family: Sans-Serif, Arial, Tahoma, Times New Roman; 
}