/* stylesheet.css */

/* Style rule for the page body */
body {
 font-family:Georgia;
 font-size:12pt;
 font-weight:normal;
 padding:10px;
}

/* Style rule for level 3 headings */
h3 { 
 font-family:Verdana; 
 font-style:bold; 
}

/* Style rule for level 2 headings */
h2 {
	font-family:Verdana;
	font-style:bold;
	}

/* Style rule for level 4 headings */
h4 {
	font-family:Verdana;
	font-style:bold;
	}
	
	
.smallfont {
	font-size: 60%;
}	
