body { color: black; font-size: 10pt; background-color: gray; }
a:link { }

a:visited { }

a:hover { text-decoration: none; }

a:active { }
table {  }
.nav a:link { color: white; text-decoration: none; }
.nav a:visited { color: white; text-decoration: none; }
.boxes {
	padding: 5px;
}

.nav a:hover { color: white; background-color: black; }
a:active { color: red; }
.line { border-left: 1px solid silver; }
.top_line { margin-right: 12px; margin-left: 12px; border-top: 1px solid silver; }
.title { color: black; font-size: 14pt; font-family: Geneva, Helvetica, Arial, SunSans-Regular, sans-serif; }
.h2 { font-size: 10pt; font-weight: bold; }
.h1 { font-size: 12px; font-weight: bold; }
