body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFF;
}
body,td,th {
	font-size: 30px;
	color: #000;
}
.font20 {
	font-size: 20px;
	color: #000;
}
.font25 {
	font-size: 25px;
	color: #000;
}
.blue {
	color: #0068b3;
}
.pink {
	color: #e4007f;
}
.white {
	color: #fff;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}