body
{
	margin: 0;
	
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 16pt;
}

a:link 
{
	color: red;
	font-size: 16pt;
	text-decoration:none;
}

a:visited 
{	
	color: red;
	font-size: 16pt;
	text-decoration:none;
}

a:hover 
{
	color: #CCCCCC;
	font-size: 16pt;
	text-decoration:none;
}

p
{
	color: #3476E2;
	font-size: 16pt;
	font-family: "Times New Roman";
}

h1
{
	color: #000000;
	font-size: 22pt;
	font-family: "Times New Roman";
}

