H3 { font-family: Arial; font-style: italic; color: green } 
 <STYLE>
.purple {color:purple}
.green {color:green}
.red {color:red}
.blue {color:blue}
.periwinkle { color: #6699ff } 
.stu01{font-size: 10pt; color: White; font-family : Tahoma,Arial, Helvetica;}

#bright { font-weight: bolder; color: #00ff00 } 
#ardenoakmotoring { font-weight: bolder; color: #6699ff } 
#big { font-size: 120% }
#upper { text-transform: uppercase } 
a {font-size:18px;font-family:verdana;} 

a:active {text-decoration:underline;color:#990099;}
a:link {text-decoration:none}
a:visited {text-decoration:none;} 
a {text-decoration:underline} 
a:hover {text-decoration:underline;color:#990099;} 
body {font-family:verdana;}
A.menulink:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    text-decoration:none
}
A.menulink:active
{
    {text-decoration:underline;color:#990099;}
}
A.menulink:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline
   
}
A.menulink:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: sans-serif, Helvetica, Arial
}
</STYLE>