body {
	background-color: #C7A3F3;
	font-family: Verdana, Geneva, sans-serif;
	margin: 1em;
	line-height: 22px;
	font-size: 16px;
	color: #382941;
}
a:link {
	color: #1A09B0;
}
a:visited {
	color: #7E69B8;
}
a:hover, a:active {
	color: #CFB0F9;
}
#main {
	font-size: 16px;
	max-width: 1280px;
	margin: 0 auto;
}
h1 {
	line-height: 44px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #6312BC;
}
.textfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #382941;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #382941;
}
.search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #382941;
}
.credit {
	font-style: italic;
	color: #82439A;
}

/* boxes */

.curve {
	padding: 1.5em;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	background-color: #F8EDFE;
}

