body {
	background-color: #E6E6FA;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
	font-size: 200%;
	
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8B0000;
	font-size: 100%;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 80%;
	line-height: normal;
}

a:link {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	font-weight: bold;
	background-color: Olive;
	text-decoration: underline;
}
a:active {
	color: #FF7F50;
	font-weight: bold;
	text-decoration: none;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: Blue;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 100%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #228B22;
	text-decoration: none;
	font-size: 100%;
}

.content {
	margin: auto 10% auto 10%;
	text-align: justify;
	background-color: #FFF0F5;
	padding-left: 4%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-top: 1%;
	border: thin Silver;
}






