BODY {
    color:	gray;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.small {
    align:	justify;
    font-size: x-small;
    color:	gray;
}
.normal {
    align:	justify;
    font-size: small;
    color:	gray;
}
.menu {
    align:	left;
    font-size: small;
    color: #e6784c; 
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	}
A:LINK {
    color: #e6784c; 
}

A:VISITED {
    color: #blue;
}
H3 {
	font-size: small;
	color: #4979B0;
    font-weight: bold;

}
H1 {
	font-size: x-large;
	color: #4979B0;
    font-weight: bold;
}
H2 {
	font-size: large;
	color: #4979B0;
    font-weight: bold;
}