/* stylesheet.css */
/* Body text and page background */
body { 
	font-family:"Book Antiqua", Times, Serif;
 	color:#0000cd; background-color: #ddffff; 
}
/* Level 1 headings */
h1 { 
	font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
	font-weight: bold; text-align:center;
	color: #1F2159;
}
/* Level 2 headings */
h2 { 
	font-family: "Arial Black", Impact, Charcoal, fantasy;
	color: #1F2159;
	text-align: right;
}
/* Level 3 headings */
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic; text-align: left;
	color: #1F2159;
}
/* Paragraphs styled as tips */
p.tip { 
	background-color: #ACD095;
	font-size: 12px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: left;
	padding: 5px;
	}
	
p.tipbold {
	background: color:#ACD095;
	font-size: 12px;	
	text-align:	left;
	padding: 5px;
	font-style: bold;
	}
		
</body>
</html>


