BODY {
	color : "Black";
	background-color : #999999;
	font-family : "Arial Narrow", sans-serif;
}

H2 {
	font-family : "Prestige Elite", Courier, monospace;
	color : Black;
	font-size : large;
}

H3 {
	font-family : "Prestige Elite", Courier, monospace;
	color : Black;
	font-weight : normal;
	font-size : larger;
}

H4 {
	font-family : "Prestige Elite", Courier, monospace;
	color : Black;
	font-weight : normal;
	font-size : large;
	text-decoration : underline;
}

A {
	color : #333333;
}

A:HOVER {
	color : #FF9900;
}

V {
	color : Black;
}

.nick {
	margin : 0 0 0;
	color : #333333;
}

.short {
	margin : 0 0 0;
}

.action {
	margin : 0 0 0;
	color : #663333;
}

.pre {
	margin : 0 0 0;
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
}

DIV.links {
	border : thin double #666666;
	width : 20%;
	float : right;
	text-align : center;
	}
