BODY {
    color:	black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.small {
    align:	justify;
    font-size:      smaller;
    color:	black;
}
.normal {
    align:	justify;
    font-size: small;
    color:	black;
}
.menu {
    align:	center;
    font-size: small;
    font-weight: bold;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: #185239; 
}

A:VISITED {
    color: green;
}
H1 {
	font-size: medium;
	color: #185239;
}
H2 {
	font-size: small;
	color: #185239;
    font-weight: bold;
}
