a:link
{
color:rgb(140,0,0);
text-decoration:none;
font-weight:bold;
font-family:"Trebuchet MS",sans-serif;
}
a:visited
{
color:rgb(255,9,9);
text-decoration:none;
font-weight:bold;
font-family:"Trebuchet MS",sans-serif;

}
a:focus
{
color:rgb(0,0,120);
text-decoration:none;
font-weight:bold;
font-family:"Trebuchet MS",sans-serif;

}
a:hover
{
color:rgb(205,100,83);
text-decoration:none;
font-weight:bold;
font-family:"Trebuchet MS",sans-serif;

}
a:active
{
color:rgb(0,0,120);
text-decoration:none;
font-weight:bold;
font-family:"Trebuchet MS",sans-serif;

}