body {
    	color: #222;
	background: #e6e6e6;
	margin-left: 40px;
}

td{
//font-size: 10pt;
}

h1{
	background: #228;
	color: white;
	width: 30%;
	border: solid 1px #e7e7e7;
	font-weight: bold;	
	//font-size: 18pt;
	padding: 3px;
}

h2{
	color: #000;
        margin-bottom: 15px;
	border-left: solid 16px #99f;
	border-bottom: solid thin #aaa;
	background: #f6f6f6;
	//font-size: 14pt;
	padding: 2px;
}

h3{
	color: #000;
	background: #f6f6f6;
	//font-size: 12pt;
	padding: 2px;
	border-left: solid 10px #999;
	border-right: solid 10px #999;
	border-bottom: solid thin #aaa;
	border-top: solid thin #aaa;
	//border-width: 0.05em 0;
	//border-style: solid;
	//white-space: nowrap;
}

h4{
	color: #040;
}

h5{
	color: #004;

	//font-size: 12px;
	padding: 2px;

}

a:link {
	text-decoration: none;
	font-weight: bold; 
	color: #33F;
}

a:visited {
	text-decoration: none; 
	font-weight: bold; 
	color: #075; 
}

a:active  {
	text-decoration: none; 
	font-weight: bold; 
	color: black;
}

a:hover   {
	font-weight: bold; 
	color: #07e;
	text-decoration: underline;
}


pre{
	font-size: 10pt;
}

blockquote{
	color: #444;
}

.sc{
	width:85%;
	color:black;
	background-color: #efeff6;
}

