a:active {  color: blue; text-decoration: underline}
a:hover {  font-style: italic; color: blue; text-decoration: underline overline}
a:link {  font-style: italic; color: darkblue}
a:visited {  font-style: italic; color: darkblue}
body {  color: darkblue; font-family: Arial, Helvetica, sans-serif}
h1 {  font-weight: bolder; color: darkblue; text-transform: capitalize; text-decoration: underline}
h2 {  font-weight: bold; text-transform: capitalize; text-decoration: underline; color: darkblue}
h3 { font-weight: bold; text-transform: capitalize; text-decoration: underline ; color: darkblue}
address { font-style: italic; color: darkblue}
.tableButton {
	background-color: #EFF7FF;
	cursor: hand;
	text-decoration: none;
	border-top: thin outset #EFF7FF;
	border-right: thin outset #006699;
	border-bottom: thin outset #006699;
	border-left: thin outset #EFF7FF;
	font-family: "Times New Roman", Times, serif;
}
a.noline:link {
	font-style: italic;
	color: darkblue;
	text-decoration: none;

}
a.noline:visited {

	font-style: italic;
	color: darkblue;
	text-decoration: none;
}
.justified {
	text-align: justify;
}
