a:active
{
   color: red;
   text-decoration: none;
}

a:link
{
   color: blue;
   text-decoration: none;
}

a:hover
{
   color: blue;
   text-decoration: underline;
}

a:visited
{
   color: blue;
   text-decoration: none;
}

body
{
   background-color: #9097b8;
}

