BODY {
    color:	black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.small {
    align:	justify;
    font-size: xx-small;
    color:	black;
}
.medium {
    align:	justify;
    font-size: x-small;
    color:	black;
}
.normal {
    align:	justify;
    font-size: small;
    color:	black;
}
.menu {
    align:	left;
    font-size: x-small;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: blue; 
}

A:VISITED {
    color: purple;
    }

H1 {
	font-size: x-large;
	color: green;
    font-weight: bold;
}
H2 {
	font-size: large;
	color: green;
    font-weight: bold;
}
H3 {
	font-size: medium;
	color: green;
    font-weight: bold;
}