body
{
	font-family: Arial, Times New Roman, Times;
}
.mainframe
{
	background:#F0F0F0;
}

table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
	color: navy;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Times New Roman, Times;
	color: black;
}

p
{
	font-family: Arial, Times New Roman, Times;
	color: black;
}

a
{
	color: black;
	TEXT-DECORATION: underline;
}