body{
	scrollbar-3dlight-color: #FFA500;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: #FFD700;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #FFA500;
	
}
h1{
	font-family: "Microsoft Sans Serif";
	font-size: 12pt;
	color: White;
}
h2{
	font-family: "Microsoft Sans Serif";
	font-size: 12pt;
	color: White;
}
p{
	font-family: "Microsoft Sans Serif";
	font-size: 12pt;
	color: Black;
}

table{
	font-family: "Microsoft Sans Serif";
	font-size: 12pt;
}
a:link{
	text-decoration: none;
	color: Black;
	cursor: hand;
}
a:hover{
	text-decoration: none;
	color: #DC143C;
	cursor: hand;
}