body{ 
           margin: 5px 4% 30px 5%;
}

img {
           border-width:0em 0em 0em 0em;
}

p{ 
           margin: 10px 1% 10px 1%;
           line-height: 1.4em;
}

pre{ 
           margin: 10px 1% 10px 1%;
           line-height: 1.4em; 
}

blockquote{ 
           line-height: 1.4em;
}

h1{ 
           text-align:center;
           font-size: 1.9em;
           border-color: silver; 
           border-style:solid; 
           border-width:0.2em 0.8em 0.2em 0.8em;
           margin-left:10%;
           margin-right:10%;
}

h2{
           text-align:center;
           font-size: 1.6em;
}

h3{
           font-size: 1.4em;
           margin: 6px 0% 6px 0%;
           border:none;
           line-height: 1.5em;
} 

ul{ 
           line-height: 1.4em;
           list-style-type: square;  
}

ol{        
           line-height: 1.4em; 
}

A:link { 
           text-decoration: none;
}
A:visited { 
           text-decoration: none;
}
A:active  {
           text-decoration: none;
}
A:hover{  
           text-decoration: underline;
}
