
body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background: rgb(235, 235, 235);
color: rgb(100, 100, 100);
font-size: 8pt;
margin-left: 0px; margin-top: 0px;
margin-right: 0px; margin-bottom: 0px;
}

.dates {
width: 70%;
margin-left: auto; 
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
vertical-align: top; 
text-align: left;
}

.linksection {
width: 100%;
margin-left: 0px; margin-top: 0px;
margin-right: 0px;margin-bottom: 0px;
vertical-align: top; 
text-align: center;
font-weight: bold;
border-top-style: solid;
border-top-width: 1px;
border-top-color: rgb(100, 100, 100);
}



a:link {
color: rgb(255, 209,64);
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}
a:visited {
color: rgb(240, 181, 0);
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}
a:hover {
color: rgb(89, 142,54);
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}
a:active {
color: rgb(255, 209,64);
text-decoration: none;
font-size: 10pt;

}


