BODY,TD {
    color: #005657;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.SmallText {
    color: Purple;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.SmallRedText {
    color: Red;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}


.LargeText {
    color: #005657;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
}

A {
	color: Green;
}

Aa:visited {
	color: Blue;
}
:HOVER {
	color: #A52A2A;
}

H2 {
	font-size: 22px;
}