/* basic elements */
body { 
	font: 16px sans-serif; 
	color: #3E3F3D; 
 
	}
p { 
	font: 16px sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: bold 19px sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	margin: 20px; 
	color: #A6A18C;
	}
	h3 { 
	font: bold 18px sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #A6A18C;
	}
a:link { 
	font: 16px;
	font-weight: bold; 
	text-decoration: none; 
	color: #A52A2A;
	}
a:visited { 
   font: 16px;
	font-weight: bold; 
	text-decoration: none; 
	color: #984F2C;
	}
a:hover, a:active { 
	font: 16px;
	text-decoration: underline; 
	color: #B22222;
	}

pre {
	
	font: 16px Courier;
	color: #783E26;
	background: #EBEBEB;
}

td.codebox{
	background: #EBEBEB;
	border: 1px dashed #7D7D7D;
	margin: 20px;
}