A:link { text-decoration: none; color: #0000ff; }
A:visited { text-decoration: none; color: #800080; }
A:active { text-decoration: none; color: #ff0099; }
A:hover { text-decoration: underline; color: #ff0000; }
body         { font-size: 12pt; font-family: Times New Roman }
h1           { text-decoration: underline; font-size: 36pt; font-weight: bold }
h2           { font-size: 18pt }
.title {
	font-size: 36px;
}

.grayborder {
	border: 1px solid #999999;
}
.graybordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.eight {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.eightbold {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.violetborder {

	border: 1px solid #800080;
}
.borderred {
	border: 1px solid #FF0000;
}
