/*
	Take It Away Wireless
	Layout Style Sheet
	Angela Garrett
	Tutorial 3, Case Problem 1
	9/14/2015 
*/

/*  Body style */

body {
	background-color: #e6e6fa;
	font-size: 1.2em;
	font-family: Arial;	
}

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, sans-serif;
}
