BODY  {
	background-color : #BA55D3;
	color : #C0C0C0;
	scrollbar-3d-light-color:#D7FFD3;
	scrollbar-arrow-color:#D7FFD3;
	scrollbar-base-color:#C60A2E;
	scrollbar-dark-shadow-color:#D7FFD3;
	scrollbar-face-color:#C60A2E;
	scrollbar-highlight-color:#C60A2E;
}

H1  {
	font-size: xx-large;
	color: Aqua;
	background-color: #FF69B4;
}

H2  {
	font-size: x-large;
	background-color: #FF69B4;
	color: Aqua;
}

H3  {
	color : #C0C0C0;
	font-size : large;
	background-color : #BA55D3;
}

H4  {
	font-size : medium;
	background-color : #BA55D3;
	color : #C0C0C0;
}

H5  {
	font-size : small;
	background-color : #BA55D3;
	color : #C0C0C0;
}

H6  {
	font-size : xx-small;
	color : #C0C0C0;
	background-color : #BA55D3;
}

P  {
	background-color : #BA55D3;
	color : #C0C0C0;
	font-size : small;
}

B  {
	background-color : #BA55D3;
	color : #C0C0C0;
	font-size : larger;
	font : bold;
}

TABLE {
	azimuth : left-side;
	padding : 5;
}

LI {
	list-style : decimal;
	color : #C0C0C0;
	font: : bold;
}