BODY		{ font: 12pt; 
		  font-family: Times New Roman, Serif; }

H1		{ font: 24pt;
		  font-family: Arial, Sans-Serif; 
		  font-weight: bold; }	

H2		{ font: 18pt;
		  font-family: Arial, Sans-Serif; 
		  font-weight: bold; 
		  background-color: #FAEBD7; }	

H3		{ font: 14pt;
		  font-family: Arial, Sans-Serif; 
		  font-weight: bold;
		  font-style: italic; 
		  background-color: #FFF8DE; }	

HR		{ size:1;
		  width: 70%;
		  color: #FAEBD7;  }

A:link		{color: navy}	/* unvisited link */
A:visited	{color: purple}	/* visited link */
A:hover		{color: darkgreen}	/* mouse hovers */
A:active	{color: blue}	/* active link */
