body {
	background : White;


	color : Black;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size : medium;
	text-align : left;
	
	scrollbar-base-color : Red;
	scrollbar-3dlight-color : #FFE5E5;
	scrollbar-arrow-color : White;
	scrollbar-darkshadow-color : #590000;
	scrollbar-face-color : Red;
	scrollbar-highlight-color : Red;
	scrollbar-shadow-color : #710000;
	scrollbar-track-color : Black;
	
}	
	
}

A {
	color : #B22222;
}

A:HOVER {
	color : Red;
}

	
}

h1, h2, h3, h4, h5, h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	font-variant : normal;
	font-style : normal;
	color : #FF0F0F;
	
}
a.btmlink:link {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.btmlink:visited {
	color: #333333;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.btmlink:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
