/*body{
	background-color: White;
	margin : 10px 20px;
	text-align: justify;
	}
*/
#site-body a{
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: bolder;
	text-align:center;
	font-size:10pt;
/*	color: #BB2222;*/
	text-decoration:none;
	}
#site-body a:visited{
/*	color: #E06F6F;*/
	}
#site-body a:hover{
	color: #EC2626;
	}
#site-body b{
	font-family:arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style:normal;
	font-weight:bold;
	color: Black;
	}
#site-body p{
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:9pt;
	color: Black;
	}
#site-body p:first-letter{
	margin: 0px 0px 0px 15px;
	font-size: larger;
	font-weight: bold;
	}
#site-body div{
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:9pt;
	color: Black;
	}
#site-body .italic{
	font-style: italic;
	}
#site-body .red{
	color: Red;
	font-weight: bold;
	}
#site-body .right{
	text-align: right;
	}
#site-body .delete {
 	font-weight: bold;
 	color: red;
	}
#site-body .replace {
 	font-weight: bold;
 	color: blue;
	}
#site-body .background{
	background-color: White;
	border: 1px;
	border-color: #B0B0B0;
	border-style: solid;
	padding: 5px;
	margin: 5px;
	}
.note{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	}
code {
  	border: none;
 	font-family: monospace;
 	color: Navy;
 	font-size: 13px;
	}

/*#site-body h1{
	text-align: center;
	color: #595959;
	font-size: 26px;
	}
#site-body h2{
	text-align: center;
	color: #595959;
	font-size: 20px;
	}*/
#site-body h3{
	color: #595959;
	font-size: 16px;
   	}
	
#site-body h5{
	color: #000000;
	font-size: 14px;
   	}
#site-body img{
	border: 0px;
	margin: 0px;
	}
#site-body ul{
	list-style-type: disc;
	}
#site-body hr{	color:#000000;
	}
	
/**/
