body {
	background-color:#daebf4;
	font-family:sans-serif;
	font-size:12px;
	background-image:url(http://www.ancientgenome.dk/images/saqqaqman.jpg);background-repeat:no-repeat;background-size:100%;
	background-attachment:fixed;
	background-position:bottom;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
}
a:link { 
	color: #333333;
	text-decoration:none;
	}
a:visited { 
	color: gray;
	text-decoration:none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	text-decoration:none;
	color: #333333;
	}
h1 {
	color: darkblue;
}

div.seq  {
	width:70%;
	font-family:Courier New,monospace;
	white-space:pre;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	border:1px dashed #333;
	}
	
