font.main { font-family: Verdana, Arial, Sans-Serif; color: black; font-size: 12; }
a:link.main { color: blue; text-decoration: none; font-size: 12; }
a:active.main { color: orange; text-decoration: none; font-size: 12; }
a:visited.main { color: blue; text-decoration: none; font-size: 12; }
a:hover.main { color: red; text-decoration: underline; font-size: 12; }

font.larger { font-family: Verdana, Arial, Sans-Serif; color: black; font-size: 14; }
a:link.larger { color: blue; text-decoration: none; font-size: 14; }
a:active.larger { color: orange; text-decoration: none; font-size: 14; }
a:visited.larger { color: blue; text-decoration: none; font-size: 14; }
a:hover.larger { color: red; text-decoration: underline; font-size: 14; }
