body {
/*border: brown 1px solid;*/
margin:10px;
}

p { 
	font: 13pt georgia, Garamond; 
	color: black;
    margin-left: 3%;
	margin-top: 3px; 
	margin:15px;
	text-align: justify;
	}

H1  { 	
	text-align: center;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
H2  { 
    margin-left: 1%;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: red;
	}
H3  { 
	font: bold Cry Uncial, Garamond, georgia; 
	letter-spacing: 1px; 
     margin-left: 3%;
    margin:15px;
	margin-bottom: 0px; 
	}
	
H4  { 
	font:  bold 14pt Cry Uncial, Garamond, Arial, georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
   	margin:15px;
    text-decoration: underline;
	color: #003a58;
	}
	
H5  { 
    text-align: center;
	font:  normal 13pt Cry Uncial, Garamond, Arial, georgia; 
	letter-spacing: 1px; 
 	margin-bottom: 0px; 
	color: black;
	}
	
code    { 
    border: black 1px solid;
    text-align: center;
	font:  normal 13pt  Arial; 
	letter-spacing: 1px; 
    margin-left: 5%;
 	margin-bottom: 0px; 
	color: black;
	}
a   { 
	font:  normal 13pt  Arial; 
	}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:8px solid  #ffffff ;

}
