BODY {
    color:	black;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
}
.title {
    align:	left;
    font-size: medium;
    color:	#5A2846;
    font-weight: bold;

}
.small {
    align:	justify;
    font-size: xx-small;
    color:	black;
}
.normal {
    align:	justify;
    font-size: x-small;
    color:	black;
}
.menu {
    font-family: Verdana, Arial, sans-serif;
    align:	right;
    font-size: x-small;
    font-weight: bold;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: white; 
}

A:VISITED {
    color: #cc99ff;
}
H1 {
	font-size: large;
}
H2 {
	font-size: small;
	color: #5A2846;
    font-weight: bold;
}
