BODY {
	font-family : Arial, Helvetica, sans-serif ;
	font-size : smaller;
	background-color : #551C1C;
	text-align : justify;
	color : FFCC99;
	font : normal;
}

a.one:link {color: #D4B1B1;}
a.one:visited {color: #AA7171;}
a.one:hover {color: #AA7171;}

TD {
	font-family : Arial, Helvetica, sans-serif ;
	font-size : smaller;
	color : FFCC99;
	font : normal;
}

TD.bigtext {
	font-family : Arial, Helvetica, sans-serif ;
	font-size : smaller;
	color : FF6633;
	font-weight : normal;
}

A {
	text-decoration: underline;
	color: D4B1B1;
}

A:Hover {
	text-decoration: underline;
	color: AA7171;
}

A.inv {
	text-decoration: none;
	color: FF0000;
}

A.inv:Hover {
	text-decoration: underline;
	color: AA7171;
}

H1 {
font-size: x-large;
text-align : center;
color : #000003;
 font : bold;
}

H2 {
font-size: large;
text-align : center;
color : white;
 font : normal;
}

H3 {
font-size: larger;
text-align : center;
color : white;
 font : bold;
}

.bigtext{
	font-weight : normal;
}

