H1, H2 {
	font-family: "verdana";
	text-align: center;
}

P, TD, H3, H4 {
	font-family: "verdana";
	font-size: small;
}

HR {
	height: 1px;
	align: "center";
	color: black;
}

BODY {
        margin: 3px;
        color: black;
        background: white;
	font-family: "verdana";
	font-size: small;
}

A:link {
        color: #1B7A1B;
}

A:visited {
        color: #807038;
}

A:active {
        color: #B5A642;
}

.bordered {
	border: 1px solid black;
}

TH {
	font-family: "verdana";
	font-size: small;
	background: #01380C;
	color: white;
}

TD.right {
	text-align: right;
}

TD.color {
	background: #efefe3;
}

.warn {
	font-weight: bold;
	color: red;
}

.heading {
	font-family: "verdana";
	font-size: large;
	font-weight: bold;
	color: #01380c;
}
