A:link, A:visited, A:hover, A:active { text-decoration: none; }
A:link    { color: #0000FF; }
A:visited { color: #500080; }
A:hover   { color: #FF0000; }
A:active  { color: #FF0000; }
BODY {
	color: #404040;
	background-color: #F8F8F8;
	line-height:140%;
}
H3 { color: #FF8C00; background-color: #DFDFDF; padding: 2px; }
H4 { color: #FF8C00; }
STRONG  { color: #FF8C00; }
BLOCKQUOTE { color: #DF6060; }
P  { text-indent: 1em; }

.left   { float:left;   }
.center { float:center; }
.right  { float:right;  }
.header { color: #FFC060; }
.attn   { font-size: small; }
.capt   { font-size: small; color: #DF6060; }
.hist   { color: #DF6060; border: thin outset; padding: 10px; width: 60%; margin: auto; }

.t-left   { text-align: left;   }
.t-center { text-align: center; }
.t-right  { text-align: right;  }
