a:link          { text-decoration:none; color:black; }
a:visited       { text-decoration:none; color:black; }
a:active        { text-decoration:none; color:black; }
a:hover         { text-decoration:none; color:red; }

a.text:link     { text-decoration:none; color:blue; }
a.text:visited  { text-decoration:none; color:blue; }
a.text:active   { text-decoration:none; color:black; }
a.text:hover    { text-decoration:none; color:red; }

a.link:link     { text-decoration:none; color:blue; }
a.link:visited  { text-decoration:none; color:blue; }
a.link:active   { text-decoration:none; color:blue; }
a.link:hover    { text-decoration:none; color:red; }

a.box:link      { text-decoration:none; color:black; }
a.box:visited   { text-decoration:none; color:black; }
a.box:active    { text-decoration:none; color:black; }
a.box:hover     { text-decoration:none; color:white; }


.textn { font-size:13px; font-family:Arial; font-weight:normal; }
.textm { font-size:16px; font-family:Arial; font-weight:bold; }