/* CSS Document */

a:link {
text-decoration: none;
color: #86BBD5;
}
a:visited {
text-decoration: none;
color: #66A9CA;
}
a:hover {
text-decoration: underline;
color: #CCCCCC;
}

A.nav {
text-decoration: none;
color: #CC6699;

}
A.nav:Visited {
color: #CC6699;
text-decoration : none;
}
A.nav:Hover {
color: #990033;
text-decoration : none;
}

A.main {
text-decoration: none;
color: #CCCCCC;

}
A.main:Visited {
color: #CCCCCC;
text-decoration : none;
}
A.main:Hover {
color: #FFCCFF;
text-decoration : none;
}


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

<link href="textarea.css" rel="stylesheet" type="text/css">
.textbold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #333333;
}
.textbig {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: capitalize;
color: #FFFFFF;
}
.textsm {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #666666;
}
.textsm2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
color: #CCCCCC;
}
.textsm3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: bold;
font-weight: normal;
color: #999999;
}
.textsm4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #CCCCCC;
}
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #CCCCCC;
}
.textsmall {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #333333;
}
.text2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
color: #cccccc;
}

.textbold2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #CCCCCC;
}
.textwhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; background-color: #FF3300; width: 195px}


