body {
	background-color : White;
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	margin : 1% 5% 1% 5%;
}
a:link {
	color: #004000;
	background-color : transparent;
}
a:visited {
	color: #008000;
	background-color : transparent;
}
a:hover {
	color: #000080;
	background-color : transparent;
}
h1 {
	font-size : 28px;
	text-align : center;
}
h2 {
	font-size : 24px;
	text-align : center;
}
h6 {
	font-size : 10px;
	text-align : center;
}
p {
	font-size : 12px;
	line-height : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
table {
	border : 1px groove;
}
th {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	border : 1px groove;
}
td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border : 1px groove;
}
.center {
	text-align : center;
}
img {
	border : 0;
}

