body {
    background: #7D7D7D;
    margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
    font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#020202;
	}
#container {
    width: 960px;
    margin: 0px auto;
    color: #3A6257;
    text-align: center;
	}

a:link, a:visited { 
	color:#595959;

	
}

a:hover, a:active{ 
	color:#020202;
	
}

header h1 {
    color: #1D1B1B;
    font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:60px;
}

header img {
    border: 7px dashed #919191;
}

header p {
	font-size: 20px;
}

main h1{
	color:#030303;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:45px;
}


aside {
    padding: 50px;
    border: 5px dashed #030303;
	background-color:#919191;
}

aside h1{
	color:#030303;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size:30px;
}

aside a:link, aside a:visited {
	color:#3A3A3A;
}
aside a:hover, aside a:active{
	color:#020202;
}
footer h1{
	color:#020202;
}
ul,li {
	list-style-type:none; 
}

