body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
}
img {
	border: none;
}
h1 {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 130%;
	color: #700c5f;
}

h2 {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 110%;
	color: #AF81B2;
}

a:link {
	color: #1b2350;
	text-decoration: none;
}
a:visited {
	color: #1b2350;
	text-decoration: none;
}
a:hover {
	color: #700c5f;
	text-decoration: underline;
}
a:active {
	color: #1b2350;
	text-decoration: none;
}
#container {
	background: #fff;
	margin: 50px auto 0 auto;
	width: 955px;
	height: 600px;
}
input, textarea, option, select {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}
