BODY {
    color:	black;
    font-family: Verdana;
    font-size: xx-small;
}
.small {
    align:	justify;
    font-size: xx-small;
    color:	black;
}
.normal {
    align:	justify;
    font-size: x-small;
    color:	black;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: #CC3300; 
}

A:VISITED {
    color: blue
}
H1 {
	font-size: medium;
	color: #CC3300;
    font-weight: bold;
}
H2 {
	font-size: x-small;
	color: #314A39;
    font-weight: bold;
}