.link:link {
color: #FFFFFF;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.link:hover {
color: #C4D2B9;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.link:visited {
color: #FFFFFF;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.link:hover {
color: #C4D2B9;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.txtlink:link {
color: #97B283;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.txtlink:hover {
color: #7D925A;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.txtlink:visited {
color: #97B283;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}

.txtlink:hover {
color: #7D925A;
font-size : 8pt;
font-weight : bold;
font-family : Tahoma;
text-decoration: none;
}


td img {display: block;}

form {margin-bottom : 0;
}


INPUT.user {
  font-family: Arial;
  font-size: 8pt;
}

SELECT.user {
  font-family: Arial;
  font-size: 8pt;
}

TEXTAREA.user{
  font-family: Arial;
  font-size: 8pt;
}



<LINK REL="STYLESHEET" HREF="any.css">

