a:link 
{
  text-decoration: none;
  color: #000066;
}

a:visited 
{
  text-decoration: none;
  color: #003;
}

a:active 
{
  text-decoration: none;
  color: Red;
}

a:hover 
{
  text-decoration: underline;
}

body
{
  background-image:url(../bilder/main/back.gif);
  background-attachment: fixed;
}

p
{
  font-family: Arial,Helvetica,sans-serif;
}

p.info_center
{
  border:3px solid gray; background-color:lightgreen; padding:4px; margin:0px; width:60%; margin-left:auto; margin-right:auto;
}

*
{
  font-family: Arial,Helvetica,sans-serif;
  font: Arial,Helvetica;
}