body {
	background-color: #ffffff;
	font-family: Arial;
    color: #000000;
}

a:link {
	text-decoration: none;
	font-size: 14pt;
	color: #008000;
}
a:visited {
	text-decoration: none;
	font-size: 14pt;
	color: #008000;
}
a:hover {
	text-decoration: none;
	font-size: 14pt;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	font-size: 14pt;
	color: #008000;
}

p {
	font-family: Arial;
	font-size: 14pt;
	color: #000000;
}

h1 {
	font-size:30px;
}
h2 {
	font-size:10px;
}

ul {
	font-size: 16pt;
}

address {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	color: #000000;
}