	code{white-space: pre;}
  	table {
  		caption-side: bottom; 
  	}
  
  	table, td, th {
  		border: 1px solid black;
  	}
  
  	hr {
  		border-top: 5px dashed #000000;
  	}
  
  	hr:after {
  		content: '\002702';
  		display: inline-block;
  		position: relative;
  		top: -12px;
  		left: 40px;
  		color: #8c8b8b;
  		font-size: 18px;
  	}
  
  	blockquote {
  		/* background-color: #F7F7F7; */
  		background-color: #DDCAAE;
  	}
  
  	/* no és gaire interessant perquè m'acoloreix els subitems també */
  	/* li:hover { */
  	/* 	background-color: red; */
  	/* } */
  
  
  	body {
  		background-color:#dddddd;
  		/* background-color:#e2e2e2; */
  		font-family: sans-serif;
  		font-size: medium;
  		line-height: 1.4;
  	}
  
  	pre {
  		/* DEAC */
  		/* background-color:#cccccc; */
  		/* mkdCode        xxx links to String */
  		background-color:#e8e0c9;
  	}
  
  	h1, h2, h3, h4, h5, h6 {
  		background-color: #F6F8F5;
  	}
  
  	h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  		background-color: #EDF5F4;
  	}
  
  	.blur {
  		color: transparent;
  		text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  	}
  	
  	caption {
  		font-weight: bold;
  		color: #800000;
  	}
  
  	A:hover {
  		text-decoration: underline;
  		color:#060606;
  		background: #A0AFEB;
  	}
  
  	A:focus {
  		text-shadow: 1px 1px 1px blue;
  	}
  
  	a {
  		text-decoration: underline;
  		border-bottom: 2px solid blue;
  	}
