A:link, A:visited, A:hover, A:active { text-decoration: none; }
A:link    { color: #FFDF9F }
A:visited { color: #A0A0A0 }
A:hover   { color: #A0A0A0 }
A:active  { color: #40A040 }
BODY {
	color: #EFEFEF;
	background-color: #404040;
	line-height:120%;
}
H3 { color: #8C00FF; background-color: #DFDFDF; padding: 2px; }
H4 { color: #A0A0A0; }
BLOCKQUOTE { color: #DF8080; }
P  { color: #EFEFEF; text-indent: 1em; line-height:140%; }

.left   { float:left;   }
.center { float:center; }
.right  { float:right;  }
.main   { color: #FFDFDF; }
.cmnt   { font-size: 85%; color: #AFAFCF; text-align: left; text-indent: 1em; line-height:120%; }
.attn   { font-size: x-small; color: #AFAFCF; }
.capt   { font-size: 100%; color: #DFDFFF; line-height:140%; }
.header { font-size: small; font-weight: bold; color: #FFFFFF; }
.subj   { font-weight: bold; color: #CFCFFF; }
.photo  { padding: 10px; }
.pfowrd { background-color: #FFFFFF; padding: 4px; }

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