body{margin:40px auto;
    max-width:750px;
    line-height:1.6;
    font-size:18px;
    background-color:#EEEEEE;
    color:#555;
    padding:0 10px
    }

h1,h2,h3{line-height:1.2}

pre {
   color: #555;
	width: 650px;                          /* specify width  */
	white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
	}
	
	
	
a:link,a:visited    {color:017B86}

a:hover   {color:000000}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

pre, code{
	direction: ltr;
	text-align: left;
}
pre {border: solid 1px black;
	font-size: 1.3 em; 
 	color: white; 
	margin: 10px; 
	padding:10px; 
	background: #000000}

code {font-size:1.2em; 
	color: #000000}

