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 {
	width: 48em;
	color: #404040;
	background-color: #DFDFDF;
	margin: auto;
	padding: 2em;
	line-height: 140%;
}
H3 { color: #8C00FF; background-color: #DFDFDF; padding: 2px; }
H4 { color: #FF80C0; background-color: #606060; }
STRONG  { color: #FF8C00; }
BLOCKQUOTE { color: #DF6060; }
P  { text-indent: 1em; line-height:120%; }

.left   { float:left;   }
.center { float:center; }
.right  { float:right;  }
.header { color: #FFC060; }
.attn   { font-size: x-small; }
.capt   { font-size: small; color: #DF60A0; }
.title  { width: 65%; font-size: small; color: #9090CF; background-color: #FFFFFF; border: thin outset; padding: 10px; }
.title2 { width: 90%; font-size: small; color: #9090CF; background-color: #FFFFFF; border: thin outset; padding: 4px; }
.menu   { width: 90%; font-size: small; color: #FFFFFF; background-color: #C0C0FF; border: thin outset; text-align: center; }
.pfowrd { background-color: #FFFFFF; padding: 4px; }

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