BODY {
    color:	black;
    font-family: Times New Roman;
}
.xsmall {
    align:justify;
    font-size: xx-small;
    color:	black;
}
.small {
    align:justify;
    font-size: x-small;
    color:	black;
}
.normal {
    align:	justify;
    font-size: small;
    color:	black;
}
.menu {
    align:	center;
    font-size: small;
    font-weight: bold;
    font-style: italic;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:LINK {
    color: green; 
}

A:VISITED {
    color: black;
}
.Title {
	font-size:large;
	color: black;
    font-weight: bold;
}
H1 {
	font-size: xx-large;
	color: green;
}
H2 {
    align:	right;
	font-size: x-large;
	color: green;
}
.heading {
	font-size: medium;
	color: white;
    font-weight: bold;
}