.site {
	padding: 0;
	margin: 0;
	background-color: #E4E8F4;
}

textarea {
    width: 400px;
	height: 100px;
	font-family: Arial, sans-serif;
}

form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

select {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #000033;
}

hr {
	color: black;
	background-color: black;
	height: 1px;
}

a:link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #606162;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #525D6C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #94A8C3;
	text-decoration: none;
}

.headline {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

.subheadline {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black !important;
}

.text-edit {
	font-family: Arial, sans-serif;
	font-size: 10px;
	border: 1px;
	border-style: solid;
	border-color: #6F8DA9;
}

.plain {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black !important;
}

.plainwhite {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: white !important;
}

.small-button {
	font-family: Arial, sans-serif;
	font-size: 9px;
}

