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;
}

div.cnt {
   margin: 0;
   position: absolute;
   left: 10px;
   bottom: 10px;
}


