a
{
   color: #1D4A53;
}
a:visited
{
   color: #45432B;
}
a:active
{
   color: #45432B;
}
a:hover
{
   color: #35ACCF;
}
a.style1:link
{
   color: #1D4A6E;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #45432B;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #1D4A53;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #359AC1;
   font-weight: bold;
   text-decoration: underline;
}

