    /*
      Tutorial 3, Case Problem 1
      Your Name: Sterne Maher
      Today's Date: 09/12/2013
    */

body {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	background-color: #e6e6fa;
}

	/* emphasized text green and bold */
em {
	color: green;
	font-weight: bold;
}

h3{
	color: maroon;
	text-transform: uppercase;
	text-align: right;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}