a:link {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: cyan;
	text-decoration: none;
}

H2 {
	color: cyan;
}

H3 {
	color: cyan;
}

body {
	background-color: #464646;
}

nav {
	font-family: 'Oleo Script', cursive;
	font-size: 26px;
	color: white;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: 70px;
	background-color: #5f5f5f;
	webkit-border-radius: 10px;
	moz-border-radius: 10px;
	border-radius: 10px;
	webkit-box-shadow: 5px 5px 5px #333;
	moz-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
}
nav ul li {
	padding: 0;
	list-style-type: none;
	display: inline;
	margin: 0 20px;
	line-height: 70px;
}

img {
	padding-top: 5px;
	padding-left: 20px;
	float: left;
}

#main {
	width: 950px;
	height: 30%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5f5f5f;
	webkit-border-radius: 10px;
	moz-border-radius: 10px;
	border-radius: 10px;
	webkit-box-shadow: 5px 5px 5px #333;
	moz-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
}

#maintext {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	color: #adadad;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
	width: 950px;
	height: 70px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5f5f5f;
	webkit-border-radius: 10px;
	moz-border-radius: 10px;
	border-radius: 10px;
	webkit-box-shadow: 5px 5px 5px #333;
	moz-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	line-height: 35px;
	color: #adadad;
	text-align: center;
}

input {  
    padding: 9px;  
    outline: 0;  
    font-family: 'Oxygen', sans-serif;
	font-size: 16px;
    width: 250px;   
}  
  
textarea {
	padding: 9px;
	outline: 0;
	font-family: 'Oxygen', sans-serif;  
	font-size: 16px;
	float: right;
	margin-top: 23px;
	width: 600px;
    height: 360px;  
}  
  
.form label {  
    margin-left: 10px;  
    color: #999999;  
}  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;    
}