
a
{
text-decoration: none;
font-family: "verdana, sans-serif";
font-size: "xx-small";
color: #333333;
font-weight: bold;
}
a:link
{
text-decoration: none;
font-family: "verdana, sans-serif";
font-size: "xx-small";
color: #333333;
font-weight: bold;
}
a:hover
{
color: #0066cc;
}

a.red
{
text-decoration: none;
font-family: "verdana, sans-serif";
font-size: "xx-small";
color: #009900;
font-weight: bold;
}
a:link.red
{
text-decoration: none;
font-family: "verdana, sans-serif";
font-size: "xx-small";
color: #009900;
font-weight: bold;
}
a:hover.red
{
color: #ffcc00;
}

.big
{
font-size: xx-small;
font-weight: bold;
color: #333333;
}


.bigger
{
font-size: small;
}

.linh
{
line-height: 5px;
}