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: #000000;
	line-height:120%;
}
H3 { color: #00FF00; }
.grn { color: #00FF00; font-weight: bold; }
.brn { color: #F08080; font-weight: bold; }
.capt{ color: #00FFFF; }

BLOCKQUOTE { color: #FF80FF; }
P  { color: #EFEFEF; text-indent: 1em; line-height:140%; }

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