.link:link {
color: #00004F;
font-size : 8pt;
font-weight : bold;
font-family : Verdana;
text-decoration: none;
}

.link:hover {
color: #CC9900;
font-size : 8pt;
font-weight : bold;
font-family : Verdana;
text-decoration: underline;
}

.link:visited {
color: #00004F;
font-size : 8pt;
font-weight : bold;
font-family : Verdana;
text-decoration: none;
}

.link:hover {
color: #CC9900;
font-size : 8pt;
font-weight : bold;
font-family : Verdana;
text-decoration: underline;
}


.inlink:link {
color: #006600;
font-size : 10pt;
font-weight : bold;
font-family : Arial;
text-decoration: none;
}

.inlink:hover {
color: #CC9900;
font-size : 10pt;
font-weight : bold;
font-family : Arial;
text-decoration: underline;
}

.inlink:visited {
color: #006600;
font-size : 10pt;
font-weight : bold;
font-family : Arial;
text-decoration: none;
}

.inlink:hover {
color: #CC9900;
font-size : 10pt;
font-weight : bold;
font-family : Arial;
text-decoration: underline;
}


INPUT.usersm {
  font-family: Arial;
  font-size: 6pt;
}

SELECT.user {
  font-size: 8pt;
}

TEXTAREA.user{
  font-size: 8pt;
  background-color: #F4F4F4;
}



<LINK REL="STYLESHEET" HREF="any.css">

