body {
		color : #70c000;
		font-family : Verdana,Lucida,sans-serif;
	}

	body,tr,td {
		font-size : 85%;
	}

	.title {
		font-size : 200%;
		color : #70c000;
		font-weight : bold;
	}

	.heading {
		font-size : 120%;
		font-weight : bold;
	}


	td.Outline {
		background : #308000;
	}

	tr.boxHead {
		background : #222222;
	}

	tr.boxBody {
		background : #000000;
	}

	td.sideboxHead {
	    background : #222222;
	}

	td.sideboxBody {
	    background : #000000;
	}
   pre {
		   font-size : 120%;
       border: 1px dashed #50a000; 
       background: #050800; 
       margin-left: 40px; 
       margin-right: 30px; 
       padding: 4px; }
	}


a {color : #70c000;}
 a:link { color:#81DB04; text-decoration:underline; font-weight:normal; }
 a:visited { color:#ACFC3D; text-decoration:underline; font-weight:normal; }
 a:focus { color:#81DB04; text-decoration:underline; background-color:#000000; font-weight:normal; }
 a:hover { color:#CBFD86; text-decoration:underline; background-color:#000000; font-style:italic; }
 a:active { color:#81DB04; text-decoration:underline; background-color:#000000; font-style:italic; }
