body{
background-color : white;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em; 
color: #000000;
margin:15%, 10%;
}


.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;
}

h1{ 
	font-family: "Times New Roman",Times,serif ; 
	font-size: 170%;
	font-weight: bold; }
h2{ 
	font-family: "Times New Roman",Times,serif ; 
	font-size: 150%; 
	font-style:  italic;
	font-weight: bold; }
h3{ 
	font-family: "Times New Roman",Times,serif ;  
	font-size: 130%;
	font-weight: bold;}
h4{ 
	font-family: "Times New Roman",Times,serif ;  
	font-size: 90%;
	font-style:  italic;
	font-weight: bold; }

/* special effects */

BLOCKQUOTE {
 	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 95%;	
	color: #000000;
	font-style: italic;
	}

.highlight {
    background: #eee;
    padding: 1%, 2%;
    border: 1px solid #000;
    margin: 1%, 10%;
}