BODY  {
	background-color : #D0D0D0;
	color : #FFFF00;
	font-size : medium;
	scrollbar-arrow-color:#FFCC99;
	scrollbar-track-color:#EEBB88;
	scrollbar-shadow-color:#FFCC99;
	scrollbar-face-color:#FF8300;
	scrollbar-highlight-color:#FFFF00;
	scrollbar-darkshadow-color:#FF8300;
	scrollbar-3dlight-color:#FF8300;
}

H1  {
	background-color : #FF8300;
	color : #FFFF00;
	font-size : xx-large;
}

H2  {
	background-color : #FF8300;
	color : #FFFF00;
	font-size : x-large;
}

H3  {
	background-color : #FF8300;
	color : #FFFF00;
	font-size : large;
}

H4  {
	background-color : #D0D0D0;
	color : #000000;
	font-size : medium;
}

H5  {
	background-color : #D0D0D0;
	color : #000000;
	font-size : small;
}

H6  {
	background-color : #D0D0D0;
	color : #000000;
	font-size : xx-small;
}

A  {
	background-color : #D0D0D0;
	color : #DD0000;
	font-size : small;
	font-style : italic;
	font-weight : bold;
}

A:Visited  {
	background-color : #D0D0D0;
	color : #DD0000;
	font-size : small;
	font-style : italic;
	font-weight : bold;
}

A:Active  {
	background-color : #D0D0D0;
	color : #DD0000;
	font-size : small;
	font-style : italic;
	font-weight : bold;
}

A:Hover  {
	background-color : #DD0000;
	color : #D0D0D0;
	font-style : italic;
	font-size : small;
	font-weight : bold;
}

P  {
	background-color : #D0D0D0;
	color : #000000;
	font-size : medium;
}

B  {
	background-color: #D0D0D0;
	color: #000000;
	font-size : medium;
	font: bold;
}

BR {
	background-color: #D0D0D0;
	color: #000000;
	font-size : medium;
}

TABLE  {
	background-color : #D0D0D0;
	color: #000000;
	border: thick solid #0000FF;
	azimuth: left-side;
	padding: 5;
	font-size : medium;
}

TR {
	background-color : #D0D0D0;
	color: #000000;
	azimuth: left-side;
	padding: 5;
	font-size : medium;
}

TD {
	background-color : #D0D0D0;
	color: #000000;
	azimuth: left-side;
	padding: 5;
	font-size : medium;
}

UL, LI {
	background-color : #D0D0D0;
	color: #000000;
	list-style : decimal;
	font-size : medium;
}

.red {
	background-color : #FF0000;
	color : #FFFF00;
}

.orange {
	background-color : #FF8300;
	color : #FFFF00;
}

.green {
	background-color : #00FF00;
	color : #000000;

}