body, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
img{
    display: block;
}
.headerText{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: large;
}
.bodyText{
	padding-bottom: 1.0em;
}
a:link {
    color: yellow;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
a:visited {
    color: yellow;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
a:hover {
    color: yellow;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px dashed white;
}
a:active {
    color: yellow;
    text-decoration: none;
    border-bottom: 1px solid white;
}