html
{
scrollbar-base-color: #fd0313;
scrollbar-arrow-color: #530074;
scrollbar-track-color: #530074;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: black;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px;
}
link {
	color: #D6006B;
}
.smalltext {
	font-size: 10px;
}
.largefont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #540074;
}
.redlargefont {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #B80000;
}

.redfont {
	color: #FF0000;
}
.whitetext {
	color: #FFFFFF;
}
.centertext {
	text-align: center;
}
