@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

h1 {
font-weight: bold;
font-size: 12px;
}

a:link {
  color:#0000FF;
  text-decoration:underline;
  }
a:visited {
  color:#0000FF;
  text-decoration:underline;
  }
a:hover {
  color:#0000FF;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
  
table {
width: 900px;
border: 0px;
}

#info {
width: 900px;
text-align: left;
}

#hulda {
width: 900px;
background-color: #DBE0F5;
text-align: left;
}
  
.disclaimer {
font-size: 12px;
}  

.products {
font-size: 14px;
background-color: #DBE0F5;
}