/* CSS Document */

a:link {
text-decoration: underline;
color: #336699;
}
a:visited {
text-decoration: underline;
color: #336699;
}
a:hover {
text-decoration: none;
color: #FF9900;
}


A.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: none;
text-decoration: none;
color: #FFFFFF;
}
A.menu:Visited {
color: #FFFFFF;
text-decoration : none;
}
A.menu:Hover {
color: #000000;
text-decoration : underline;
}

A.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: none;
text-decoration: underline;
color: #000000;
}
A.nav:Visited {
color: #CC9933;
text-decoration : none;
}
A.nav:Hover {
color: #990000;
text-decoration : none;
}




<link href="textarea.css" rel="stylesheet" type="text/css">

.texttop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #CCCCCC;
}

.textsm2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #CCCCCC;
}

.textsm {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #666666;
}

.textb {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #CCCCCC;
}

.textby {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #CC6633;
}


.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #666666;
}

.heading1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
font-case: uppercase;
color: #000000;
}

.texttop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
font-style: normal;
color: #333333;
}

.textbold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #cccccc;
}



