html{
width: 1030px
}

body{
font-family: Tahoma,sans-serif;
font-size: 14px;
}

a:link
{
  color: Blue;

}

a:visited
{
  color: blue
}

a:active
{
  color: purple
}


