body {
	margin-left: 8%;
	margin-right: 5%;
	color: black;
	background : url(../backg.gif);
}
A:LINK, A:VISITED {
	color : Blue;
	text-decoration : underline;
	font : bold;
}

V:LINK{
	color:#8A8A8A;
	text-decoration:underline;
}

LINK{
	color:#0000FF;
	text-decoration : underline;
}

A:HOVER {
	background-color : #FF1A1A;
	color : Black;
	text-decoration : underline;
	font-weight : normal;
	font : bold;
}

H1 {
	color : Black;
	font-family : Default;
	font-size : 200%;
	margin-bottom : -1em;
	margin-left : -5%;
	font : bold;
	vertical-align : middle;
	text-align : center;
}

H2 {
	color : Black;
	font-family : Default;
	font-size : 180%;
	margin-left : -5%;
	margin-top : 2.7em;
	font : bold;
	text-align : center;
}

H3 {
	color : Black;
	font-family : Default;
	font-size : 120%;
	margin-left : -5%;
	margin-top : 2em;
	text-align : left;
}

H4 {
	color : Black;
	font-family : Default;
	font-size : 115%;
	margin-left : -5%;
	margin-top : 1.5em;
}

H5 {
	color : #990000;
	font-family : Default;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #000000;
	font-family : Default;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family : Default;
	font-weight : 800;
}

TH {
	background-color : #FFFFFF;
}

TD {
	background-color : #F0F0F0;
}
