body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #525252;
	line-height: 1.5em;
}
body {
	background-color: #FFFFFF;
	margin:0;
}
img{
	border:none;
}
a:link {
	color: #e61577;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e61577;
}
a:hover {
	text-decoration: none;
	color: #a50f55;
}
a:active {
	text-decoration: none;
	color: #a50f55;
}
p.intro{
	font-size:1.2em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:1em;
}
h1{
	font-size:0.9em;
	color:#999999;
	margin-top:0;
	margin-bottom:0.1em;
}
h2{
	font-size:0.8em;
	margin-top:0;
	margin-bottom:0.4em;
}
p{
	margin-top:0;
	margin-bottom:1em;
}
#cloud{
	position:relative;
	float:none;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	top:0;
	width:100%;
	height:550px;
	padding:0;
	margin:0;
	text-align:center;
}
#logo{
	position:relative;
	float:none;
	top:90px;
	margin:0 auto 0 auto;
	clear:both;
}
#enterArea{
	position:relative;
	float:none;
	clear:both;
	width:auto;
	margin:0 auto 0 auto;
}
#htmlText{
	position:relative;
	float:none;
	clear:both;
	width:150px;
	height:62px;
	margin:0 auto 0 auto;
}
#content{
	position:relative;
	float:none;
	width:650px;
	top:125px;
	padding:0;
	margin:0 auto 0 auto;
	clear:both;
}
.pureworks_blue{
	color:#2f1c57;
}
.introText{
	padding:20px;
	border:dotted;
	border-color:#e7e8e9;
	border-width:1px;
	background-color:#f5f5f5;
}