body {
	margin: auto auto auto auto;
	background-image: none;
	text-align: left;
	background-color: Aqua;
	
}

#container{
	background-color: Aqua;
	
}

#nav{
	background: #DCDCDC;
}

#minitabs {

margin:0;
padding:0 0 20px 10px;
border-bottom:1px solid #696;
}

#minitabs li{
margin:0;
padding:0;
display: inline;
list-style: none;
}
#minitabs a{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: Black;
}
#minitabs a.active, #minitabs a:hover {
	border-bottom: 4px solid #696;
	paddint-bottom: 2px;
	color: Red;
}
#minitabs a:hover {
color:#696;
}
#content{
	border: thin;
	font-size: small;
}

a {
	text-decoration: underline;
	}

a:link {
	color: red;
	}

a:visited {
	color: purple;
	}

a:active {
	color: red;
	}

a:hover {
	color: blue;
	}

h1 {
border: thin;
background: #D3D3D3;
	color: Black;
	font-size: 24px;
	padding-bottom: 20px;
}
h2 {
	font-weight:bold;
	font-size:14pt;
	text-align:right;
}
#footer{
border: medium;
	background: #708090;
}