BODY {
    color:	black;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.small {
    align:	justify;
    font-size:xx-small;
    color:	black;
}
.normal {
    align:	justify;
    font-size:x-small;
    color:	black;
}
.menu {
    align:	center;
    font-size:xx-small;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: black; 
}

A:VISITED {
    color: blue;
}
H1 {
	font-size: medium;
	color: #33D5F5;
	font-weight: bold;

}
H2 {
	font-size: x-small;
	color: #33D5F5;
    font-weight: bold;
}