BODY {
    color:	black;
    font-family: Verdana, Arial, Helvetica;
}
.small {
    align:justify;
    font-size:xx-small;
    color:	black;
}
.normal {
    align:	justify;
    font-size:x-small;
    color:	black;
}
.menu {
    color:	white;
    align:	left;
    font-size:x-small;
    font-weight: bold;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: white; 
}

A:VISITED {
    color: #CEFBD2;
}
.Title {
	font-size:large;
	color: black;
    font-weight: bold;
}
H1 {
	font-size:medium;
	color: #085210;
    font-weight: bold;
}
H2 {
	font-size:small;
	color: #085210;
    font-weight: bold;
}
H3 {
	font-size:x-small;
	color: #085210;
    font-weight: bold;
}