
A:link { text-decoration: underline; color: red; } 
A:visited { text-decoration: underline; color: red; } 
A:active { text-decoration: underline; color: #660066; }
A:hover { text-decoration: underline; color: #660066; }

.menulink:link { text-decoration: none; font-size: 14pt; color: #660066; } 
.menulink:visited { text-decoration: none; font-size: 14pt; color: #660066; } 
.menulink:active { text-decoration: none; font-size: 14pt; color: red; }
.menulink:hover { text-decoration: none; font-size: 14pt; color: red; }

body
{
background-color: white;
font-family: arial,helvetica;
font-size: 10pt;
}

.normaltext
{
font-family: arial,helvetica;
font-size: 12pt;
}