 BODY {
	SCROLLBAR-FACE-COLOR: #000080; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000080; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #212121; 
	SCROLLBAR-ARROW-COLOR: #D8D4E8; 
	SCROLLBAR-TRACK-COLOR: #99ccff; 
	SCROLLBAR-DARKSHADOW-COLOR: #212121; 
	SCROLLBAR-BASE-COLOR: #212121; 
	background-color: #B32F2F; 
	font-family: Tahoma; 
	color: #99ccff;
	margin-left : 8%;
	margin-right : 5%;
	text-align: center;
	}

A:LINK, A:VISITED {
	color : #3399FF;
	text-decoration : none;}

A:HOVER {
	background-color : #FF0000;
	color : #FFFFFF;
	text-decoration : none;}

H1 {
	color : #99ccff;
	font-family : Tahoma;
	font-size : 200%;
	text-align: center;
	margin-bottom : -1em;
	margin-left : -5%;
}

H2 {
	color : #99ccff;
	font-family : Tahoma;
	font-size : 160%;
	margin-left : -5%;
	margin-top : 2.7em;
}

H3 {
	color : #99ccff;
	font-family : Tahoma;
	font-size : 140%;
	margin-left : -5%;
	margin-top : 2em;
}

H4 {
	color : #99ccff;
	font-family : Tahoma;
	font-size : 115%;
	margin-left : -5%;
	margin-top : 1.5em;
}

H5 {
	color : #99ccff;
	font-family : Tahoma;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

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

BLOCKQUOTE {
	margin-left : 0;
}

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


TH {
	color : #9999FF;
	font-family : Tahoma;
	font-size : 115%;
	font-weight : 900;
	}

TD {
	color : #9999FF;
	font-family : Tahoma;
	font-size : 105%;
	font-weight : 600;
}
LI {
	font-size: 90%;
	font-weight: bold;
	}
A.LI:LINK, A.LI:VISITED {
	color : #3399FF;
	text-decoration : none;
	font-size: 150%;
	font-weight: bold;
	}

A.LI:HOVER {
	background-color : #FF0000;
	color : #FFFFFF;
	text-decoration : none;
	font-size: 150%;
	font-weight: bold;
	}
A.output:LINK {
	color : #AACCFF;
	background-color: #B32F2F; 
	text-decoration : none;
	font-weight: bold;
	}
A.output:VISITED {
	color : #8888FF;
	background-color: #B32F2F; 
	text-decoration : none;
	font-weight: bold;
	}
A.output:HOVER {
	background-color : #FF0000;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	padding: 5px;
	}

#main {text-align: left;}

#menu {float: left;}

#content {
	position: absolute; top: 300px; left: 300px;
	background-color: #B32F2F; 
	text-align: left;
	}
.output {
	font-size: 95%;
	color: cyan;
	background-color: #B32F2F;
	}
.result {
	font-size: 95%;
	color: cyan;
	}
A.result:LINK, A.result:VISITED {
	color : #9999FF;
	text-decoration : none;}

A.result:HOVER {
	background-color : #FF0000;
	color : #FFFFFF;
	text-decoration : none;}
