BODY {
	color : #000000;
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : #49c0ba;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : White;
	scrollbar-face-color : White;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #49c0ba;
	scrollbar-track-color : White;
	background-image: url(../img/backmain.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	color: Black;
	font-family: "Arial Narrow";
}
A, A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	color : Black;
	font : 16px Arial;
	text-decoration : none;
	font-family: "Arial Narrow";
	font-style: normal;
	font-variant: normal;
}
A:HOVER {
	color : Black;
	font : 16px Arial;
	font-weight : bold;
	text-decoration : none;
	font-family: "Arial Narrow";
}
H1 {
	color : Blue;
	font : bolder italic 28px Arial;
	font-family: "Arial Narrow";
	font-style: normal;
}

LI {
	line-height : 15px;
	list-style-type : square;
}

