html,body{
  margin:10px;
  padding:0;
  border:0;
}

body{
  background: #ffffff;
  width:600px;
  text-align:left;
	font: normal 70%/130% verdana, arial, helvetica, sans-serif;
	color:#000;
}

a {
	text-decoration: none;
	outline: none;
    color:#000;
}

strong, b {
	font-weight: bold;
}

hr {
	color: #ccc; 
	background-color: #ccc; /* for andere Browser */
	height: 1px;
	margin: 10px 0 10px 0;
}
p.csc-linkToTop {display: none;}
	