a:link {
background-color: white;
color: blue; 
text-decoration: underline; 
font-weight: bold;
}
a:visited {
background-color: white;
color: purple; 
text-decoration: underline; 
font-weight: bold;
}
a:hover {
background-color: white;
color: green; 
text-decoration: underline; 
font-weight: bold;
}
body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;

}
div  {
	clear: left;
}
em {
	color: red;
}
dt {
	font-weight: bold;
	margin-top: 0.25em;
}
h2   {
	background-color: white;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	color: green;
	margin: 3px 0px;
	text-align: center;
}
img  {
	float: left;
}
.footer {
	clear: left;
	font-size: smaller;
	border-top: 1px solid green;
	margin-top: 1px;
	text-align: center;
}
.footnote {
font-size: 8pt; 
border-left-width:1px; 
border-right-width:1px; 
border-top-style:solid; 
border-top-width:1px; 
border-bottom-width:1px
}
.nav_bar {
	font-size: smaller; 
	text-align: right;
}
.right { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
.tm    {
	font-size: 50%; 
	font-weight: bold;
}