@charset "utf-8";
body {
	font-size: 100%;
	line-height: 1.125em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#container {
	width: 440px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #C13E9A;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    line-height: 1.4em;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 8px;
	color: #333;
}
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #C13E9A;
	text-decoration: none;
}