body { margin: 0px}

a { font-family: Verdana,Arial,Helvetica,Sans-serif; text-decoration: underline }

a:link { color: #006600; font-size: 13px }
a:hover { color: #990000; font-size: 13px }
a:active { color: #006600; font-size: 13px }
a:visited { color: #000000; font-size: 13px }

// this doesn't work - a.header { font-size: 24pt; color: #FFFFFF; text-decoration: none }
// if active and visited are removed below, the font shrinks, turns black & is underlined

a.header:link { font-size: 28px; color: #FFFFFF; text-decoration: none }
a.header:hover { font-size: 28px; color: #FFFFFF; text-decoration: none }
a.header:active { font-size: 28px; color: #FFFFFF; text-decoration: none }
a.header:visited { font-size: 28px; color: #FFFFFF; text-decoration: none }

a.sm:link { color: #006600; font-size: 11px }
a.sm:hover { color: #990000; font-size: 11px }
a.sm:active { color: #990000; font-size: 11px }
a.sm:visited { color: #006600; font-size: 11px }

a.toc:link { font-size: 10pt; color: #FFFFFF; text-decoration: none }
a.toc:hover { font-size: 10pt; color: #FFCC33; text-decoration: underline }
a.toc:active { font-size: 10pt; color: #FFCC33; text-decoration: underline }
a.toc:visited { font-size: 10pt; color: #FFCC33; text-decoration: underline }

p { font-family: Verdana,Arial,Helvetica,Sans-serif; font-size: 13px }
.green { color: #006600 }
.gnbold { color: #006600; font-weight: bold }
.bold { font-weight: bold }
.small { font-size: 10px }
.smaller { font-size: 8px }
.smbold { font-weight: bold; font-size: 10px }
.smrbold { font-weight: bold; font-size: 8px }

div { font-family: Verdana,Arial,Helvetica,Sans-serif; font-size: 13px }
span { font-family: Verdana,Arial,Helvetica,Sans-serif; font-size: 13px }
td { font-family: Verdana,Arial,Helvetica,Sans-serif; font-size: 13px }
td.toc { background-color: #006600 }
li { font-family: Verdana,Arial,Helvetica,Sans-serif; font-size: 13px }
  
h1 { font-size: 28px; color: #FFFFFF }
h2 { font-size: 15px; color: #990000; text-decoration: bold; padding-top: 5px }
h3 { font-size: 13px; color: #006600; font-weight: bold }

.whitelink {  color: #FFFFFF; vertical-align: middle; padding-top: 5px}
.toc div strong {
	color: #FFF;
}

