/* CSS Document
	Bryan Berryhill 900283693
	September 28, 2015
	
*/

em
{
    color: green;
    font-weight: bold;	
}
h3
{
	color: maroon;	
	text-transform: uppercase;
	text-align: right;
	font-size: 1.3em;
	font-family Times, "Times New Roman", serif;
}
body 
	{
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	background-color: #e6e6fa;
	}	
	
