body	{
     	margin: 0 20px;
		padding: 0;
		border: none;
		background: #fff;
        color: #0e0e0e;
	 	font-family: Arial, Helvetica, sans-serif; 
		font-size: small;
		} 
h1, h2, h3, h4, h5, h6 {
        margin-top: 1em;
		margin-bottom: 0.5em;
	 	font-family: Arial, Helvetica, sans-serif; 
		}
p, ul, ol, dl {
        margin-top: 0.5em;
		margin-bottom: 1em;
		}
table   {
		margin-bottom: 1em;
		}
h1 	 	{
	 	font-size: 2em; 
	 	}
h2 	 	{
		font-size: 1.6em;
		color: #db0202;
	 	}
h3, h4	{
		font-size: 1.3em; 
		color: #2c84c3
	 	}
h5, h6  {
		color: #2c84c3
		font-weight: bold;
		font-size: 1.1em; 
	 	}
h6      {
		display: inline; 
	 	}
a    	{
		color: #ee7700; /*#ff9900; */
		text-decoration: none
}
a:hover {
		color: #db0202; 
		text-decoration: underline
} 
dt		{
		color: #0e0e0e; 
		font-weight: bold;
}
strong  {
		color: #0e0e0e;
}
#footer {
  		font-size: 90%;
		}
#footer hr {
		color: #0e0e0e;   
		}
#footer a {
		text-decoration: none; 
		font-weight: bold;
		color: #0e0e0e;
		}
#footer a:hover {
		text-decoration: underline;
		}