A:link, A:visited, A:hover, A:active { text-decoration: none; }
A:link    { color: #FFFFFF; }
A:visited { color: #AAAAAA; }
A:hover   { color: #FF0000; }
A:active  { color: #FF0000; }
BODY {
	color: #EFEFEF;
	background-color: #000000;
	line-height:140%;
}
H3 { color: #8C00FF; background-color: #404040; padding: 2px; }
H4 { color: #FF80C0; background-color: #404040; }
STRONG  { color: #FF8C00; }
P  { text-indent: 1em; line-height:140%; color: #EFEFEF; }

.left   { float:left;   }
.center { float:center; }
.right  { float:right;  }
.header { font-size: larger; color: #A06080; }
.attn   { font-size: x-small; }
.capt   { font-size: small; color: #DF60A0; }
.title  { width: 65%; font-size: small; color: #9090CF; background-color: #202020; border: thin outset; padding: 10px; }
.title2 { width: 50%; font-size: small; color: #9090CF; background-color: #202020; border: non; padding: 10px; }
.story  { width: 70%; font-size: small; color: #9090CF; background-color: #000000; padding: 4px; }
.story2 { width: 60%; font-size: small; color: #9090CF; background-color: #000000; padding: 4px; }
.menu   { font-size: large; color: #FFFFFF; background-color: #C0C0FF; text-align: center; }
.pfowrd { background-color: #FFFFFF; padding: 4px; }
.white  { color: #EFEFEF; text-align: center; }

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