h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.border {
	border-top: 2px none #1A8920;
	border-right: 2px none #1A8920;
	border-bottom: 2px none #1A8920;
	border-left: 2px solid #1A8920;
}
.yellowborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFF33;
	border-right-color: #FFFF33;
	border-bottom-color: #FFFF33;
	border-left-color: #FFFF33;
}
.greenthickborder {
	border-top-width: 3px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1A8920;
	border-right-color: #1A8920;
	border-bottom-color: #1A8920;
	border-left-color: #1A8920;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #1A8920;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.greenindexborder {
	border: thin dotted #1A8920;
}
