/* =html */
html {
	margin : 0;
	padding : 0;
	color : #FFF;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#262726;

}

/* =body */
body {
	line-height:140%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

/* =hx */
h2, h3, h4, h5, h6{ clear : left; 
margin : 0; 
padding : 0;
color:#0484FA; }

h2 { font-size : 14px; }
h3 { font-size : 12px; }
h4 { font-size: 18px; line-height: normal; color:#FFF; }
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 : #FFF; 
text-decoration : none; }

a:visited { color : #FFF; 
text-decoration : none; }

a:hover { color : #FFF; 
text-decoration : none; }*/

a.wit:link { color : #FFF; 
text-decoration : underline; }

a.wit:visited { color : #FFF; 
text-decoration : underline; }

a.wit:hover { color : #FFF; 
text-decoration : none; }

a.grijs:link { color : #999; 
text-decoration : underline; }

a.grijs:visited { color : #999; 
text-decoration : underline; }

a.grijs:hover { color : #ccc; 
text-decoration : none; }

a.grijs2:link { color : #999; 
text-decoration : none; }

a.grijs2:visited { color : #999; 
text-decoration : none; }

a.grijs2:hover { color : #ccc; 
text-decoration : none; }

a.zwart:link { color : #333; 
text-decoration : none; }

a.zwart:visited { color : #333; 
text-decoration : none; }

a.zwart:hover { color : #333; 
text-decoration : underline; }
 
img, img a { border : none; }

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