body {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 15pt;
	text-align: center;
}
ul,td, li {
	font-size: 13pt;
	text-align: justify;
}
p {
	font-size: 13pt;
	text-align: left;
}
h6 {
	font-size: 10pt;
	font-weight: normal;
	color: #006633;
	text-align: center;
}
A:visited {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 13pt;
	font-weight: normal;
}
A:link {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 13pt;
	font-weight: normal;
}
A:hover {
	color:yellow;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color: #006633;
	font-size: 13pt;
	font-weight: normal;
}
