@charset "UTF-8";
/* CSS Document */
body {
    background-color: grey;
	margin-top: 50px;
	color:black; 
}
nav {
	font-family: Helvetica, Arial, Sans-serif;
	text-shadow: .1px .1px 0px #2E2D2D;
    background-color: #ff8830;
    height: 45px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #6c6969;
    text-align: left;
	font-weight:100;
}
nav ul li {
    display: inline-block;
    padding-right: 40px;
	font-family: Helvetica, Arial, Sans-serif;
}
h4 {
	color: #26A5D7;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: 100;
	font-size: 28px;
	text-align: center;
}
#notes {
	text-align: center;
	line-height: 10px;
}
/* unvisited link */
a:link {
    color: inherit;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: inherit;
}

/* mouse over link */
a:hover {
    text-decortion: underline;
}

/* selected link */
a:active {
    color: #bebec3;
}
main {
    margin: 0 auto;
    width: 520px;
}
    
#changeColorBox {
	width: 300px;
	height: 100px;
	padding: 15px 5px 5px 5px;
	background-color: #fcf9f9;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}
footer {
    background-color: #9ec2d1;
    max-height: 75px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #6c6969;
    text-align: left;
	line-height: .3;
    padding-left: 40px;
}
</style>

