body {
  margin: 0 0 0 0;
  background-color: #ffffff;
  background-image: url("../screen/papir1.gif");
  background-repeat: repeat;
  background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 px;
  scrollbar-arrow-color: #550000;
  color: #000000;
}
a:link {
	text-decoration: none;
  color: #0000FF;
}
a:hover {
	text-decoration: none;
  color: #FF0000;
}
a:visited {
	text-decoration: none;
  color: #003377;
}
a:active {
	text-decoration: none;
  color: #0000FF;
}