a, body, tt.tekst, h1, h2
{ font-family: "Times New Roman", Times, Serif;
  font-size: medium;
  color: Black;
  background-color: white; 
}

a, a:visited
{
  color: Blue;
  background-color: White;
  text-decoration: none;
}

a:hover
{ 
  background-color: Blue;
  color: White;
}

a:active
{ 
  background-color: Green;
  color: White;
}

a:visited
{
  color: #CF306F;
}

h1
{
  font-size: x-large;
}

h2
{
  font-size: large;
}



