/* Hell */

body {
	background:#fffff6; 
	color:#0c2b3a; 
	}	

a {
	color:#b71f0f;
	}	
	
a:hover {
	color:#b71f0f;	
	text-decoration: underline;
	}
	
h1 {
	background:url(/images/typo.png) no-repeat left 0;
	}		
	
#nav li a {
	color:#d6d6cf;
	}	
	
h2, h2 a {
	color:#b71f0f;
	}		
	
.linklist li, .katlist li {
	border-bottom:1px dotted #ccc;
	}	

#data {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
	
.search_results {
	border-bottom:1px dotted #ccc;	
	}

.search_results:first-child {
	border-top:1px dotted #ccc;
	}	
	
form {  
	background:#ecece4;
	border:2px dotted #fffff6; 	
	}
	
.button {
	background:#b71f0f;
	color:#fffff6;	 
	}
	
ol.comments li {
	border-bottom:1px dotted #ccc; 
	}		
	
ol.comments li:first-child {
	border-top:1px dotted #ccc;
	}			
	
ul.comments_error { 
	color:red;
	}
