A {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #7BA7E1; TEXT-DECORATION: none
}
A:hover {
	BACKGROUND: #eeeeee; COLOR: #ff4500; TEXT-DECORATION: underline
}
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #989da5; TEXT-DECORATION: none
}
A:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ba2121; TEXT-DECORATION: none
}

BODY {
	MARGIN-TOP: 0px; SCROLLBAR-FACE-COLOR: rgb(250,255,255); FONT-SIZE: small; MARGIN-BOTTOM: 0px; SCROLLBAR-HIGHLIGHT-COLOR: rgb(120,120,120); SCROLLBAR-SHADOW-COLOR: rgb(120,120,120); COLOR: #6a3c3c; SCROLLBAR-3DLIGHT-COLOR: rgb(250,255,255); SCROLLBAR-ARROW-COLOR: rgb(120,120,120); SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: rgb(250,255,255); BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center
}

body {
	text-align: center;

	font-size: small;
	
	margin-top: 0px;
	margin-bottom: 0px;

	color: #000000;
	background-color: #FFFFFF;

	scrollbar-track-color:#fffff;
	scrollbar-face-color:rgb(250, 255, 255);
	scrollbar-arrow-color:rgb(120, 120, 120);
	scrollbar-3dlight-color:rgb(250, 255, 255);
	scrollbar-darkshadow-color:rgb(250, 255, 255);
	scrollbar-highlight-color:rgb(120, 120, 120);
	scrollbar-shadow-color:rgb(120, 120, 120);
}

body
{ 
background-image: 
url('bg.png');
background-repeat: repeat
}