body,div,table,thead,tbody,tfoot,tr,th,td {
	background: #be7fe6;

	color: #003333;
	font-family: "times new roman", serif;
	font-size: 13pt;
	}
p {
	font-size: 13pt;
	}
a:link { 
	text-decoration: underline;
	color: #0000ff;
	}
a:visited {	
   text-decoration: underline;
	color: #ffff00;
	}
a:active {
	text-decoration: none;
	color: #cccccc;
	}
a:hover {
	text-decoration: underline;
	color: #00ff00;
	}

.bigfont{
	font-size: 150%;
	}
.largerfont {
	font-size: 125%;
	}
.largefont {
	font-size: 115%;
	}
.plainfont {
	font-family: "arial", sans-serif;
	font-size: 100%;
	}
.smallfont {
	font-size: 70%;
	}
