body {
	background-color: #e1e1e1;
	font-family: tahoma, verdana, arial;
	font-size: 100.01%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}
h1 {
	color: #ff0000;
	font-family: tahoma, verdana, arial;
	font-size: 24px;
	text-align: center;
	}
	
	h2 {
	color: #ff0000;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	text-align: center;
	}
	
	p {
	text-align: left;
	width: 700px;
	}
		

	a:link { /*sets styles for links*/
	color: #ff0000;
	text-decoration: underline;
	}

	a:visited {
	color: #ff0000;
	text-decoration: underline;
	}

	a:hover {
	color: #0000ff;
	text-decoration: underline;
	}

	.nav {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	
	.description {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

