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;
    font-style: italic
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: navy; 
}

A:VISITED {
    color: black;
}
H1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: navy;
    font-weight: bold;
}