/* =html */
html {
	margin : 0;
	padding : 0;
	color : #666;
	background-image: url(../img/bground_html.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#303030;
}

/* =body */
body {
	width : 850px;
	margin : 0 auto;
	padding : 0;
	line-height:140%;
	font-size:11px;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =hx */
h2, h3, h4, h5, h6{
margin : 0; 
padding : 0; }

h2 { font-size : 18px; }
h3 { font-size : 14px; }
h4 { font-size : 110%; }
h5 { font-size : 100%; }
h6 { font-size : 80%; }

/* =code pre */
code, pre { margin : 0; 
padding : 0; font : 1.5em monaco, courier, monospace; 
font-weight : normal; 
color : #666; }

pre { font-size : 80%; }

/* =a */
a:link { color : #666; 
text-decoration : underline; }

a:visited { color : #666; 
text-decoration : underline; }

a:hover { color : #333; 
text-decoration : none; }

a.wit:link { color : #FFF; 
text-decoration : underline;
font-size:11px; }

a.wit:visited { color : #FFF; 
text-decoration : underline;
font-size:11px; }

a.wit:hover { color : #FFF; 
text-decoration : none;
font-size:11px; }

a.nound:link { color : #666;
font-size:11px;
text-decoration : none; }

a.nound:visited { color : #666; 
font-size:11px;
text-decoration : none; }

a.nound:hover { color : #000;
font-size:11px;
text-decoration : none; }

a.und:link { color : #666;
font-size:11px;
text-decoration : underline; }

a.und:visited { color : #666; 
font-size:11px;
text-decoration : underline; }

a.und:hover { color : #000;
font-size:11px;
text-decoration : none; }
 
img, img a { border : none; }

/* =div */
div.example { margin-bottom : 20px; 
padding : 20px; 
border : 1px solid #ccc; }
