BODY {
    color:	black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:      small;
}
.small {
    align:	justify;
    font-size: -2;
    color:	black;
}
.normal {
    align:	justify;
    font-size:      smaller;
    color:	black;
}
.menu {
    align:	center;
    font-size: small;
    font-weight: bold;
    font-style: italic
}
A {
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
    color: red;
}
A:LINK {
    color: black; 
}

A:VISITED {
    color: blue;
}
H1 {
	font-size: small;
	color: red;
    font-weight: bold;
}