BODY {
    color:	black;
    font-family: Arial, Helvetica, sans-serif;
}
.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: #cc0066; 
}

A:VISITED {
    color: #5e2d91;
}
H1 {
	font-size: medium;
	color: #5e2d91;
	font-style: italic
}
H2 {
	font-size: small;
	color: #5e2d91;
    font-weight: bold;
}