@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414141;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

hr {
	width: 80%;
	color: #ccc;
}

#mailform {
	max-width: 600px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e5e5e5;
	border-radius: 10px;
	text-align: center;	
}

.oswald {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding-top: 40px;
}

.button {
	display:block;
	height: 32px;
	width: 85px;
	padding: 5px;
	background-color: #ff0000;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	}

.button a:link  {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	
	}

.button a:visited  {
	color:#fff;
	} 

div.button a:hover {
	color: #bbb;
	}

.button a:active {
	color:#fff;
	} 

.copyright {
	float: right;
	margin-right: 600px;
}


a:link  {
	color: #bbb;
	text-decoration: none;
	font-size: 14px;
	
	}

a:visited  {
	color:#bbb;
	text-decoration: none;
	} 

a:hover {
	color: #bbb;
	text-decoration: underline;
	}

a:active {
	color: #bbb;
	text-decoration: underline;
	} 
	
.emailbox {
min-width: 200px;	
}

.center {
text-align: center;	
width: 100%;
}

.green {
color: #00B75E;	
}