body {
font-family: Arial, Helvetica, Sans-Serif;
color: #808080;
align: left;
text-align: left;
margin-top: 30px;
}

H6 {color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: 8px; text-decoration: none}
H5 {color: black; font-family: Arial, Helvetica, Sans-Serif; font-size: 10pt;}
H4 {color: #000000; font-family: Lucida Sans Unicode, Lucida Grande, Verdana ; font-size: 12pt; font-weight: bold;}
H3 {color: #2E1D86; font-family: Lucida Sans Unicode, Lucida Grande, Verdana ; font-size: 12pt; font-weight: bold;}
H2 {color: #ffffff; font-family: Lucida Sans Unicode, Lucida Grande, Verdana ; font-size: 14pt; font-weight: bold;}
H1 {color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-size: 12pt; font-weight: bold;}
EM {color: black; font-family: Arial, Helvetica, Sans-Serif; text-decoration: none}
hr {border:1px dashed #444444;}

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: leftr; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.75em;
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid white; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

