@charset "utf-8";
html, body, p, td 
{
font-family: "Arial"; 
font-size: 14px;
}

A:link 
{ 
color : blue;
} 
A:active 
{ 
text-decoration : underline;
color : blue;
background : transparent;
} 
A:visited { 
text-decoration : underline;
color : blue;
background : transparent;
} 
A:hover { 
text-decoration : underline;
color : red;
} 
