/*
	Take It Away Wireless
	Layout Style sheet

	Author: Ron Stafford
	Date: 2-6-2013
*/

/* body */

	body {

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

	     }



/* Heading Styles */

h2 {
	background-color: lavender;
	text: black;
	color: black;
	font-size: 1.2em;
   }
	

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



