BODY {font-family: "Georgia, Times, Serif"; font-size: 20; font-weight: normal}

a:link {
text-decoration: none;
color: blue;
}

a:visited {
text-decoration: none;
color: blue;
}

a:hover {
text-decoration: underline;
color: blue;
}

.huge {
font-family: "Georgia, Times";
font-size: 40;
font-weight: bold;
}

.red {
color: red;
}

.medium {
font-family: "Georgia, Times";
font-size: 20;
}

.blue {
color: darkblue;
}

.big {
font-family: "Georgia, Times";
font-size: 20;
}

.black {
color: black;
}

.focus {
font-size: 20;
font-style: italic;
font-weight: bold;
font-family: "Georgia, Serif";
}

.body {
font-family: "Georgia, Times, Serif";
font-size: 17;
font-weight: normal
}

.white {
color: white;
}
