body {
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 	font-size: 10pt;
}

img {
	border-width: 0px;
}

a:link {
	text-decoration: underline;
	color: #F625B8;
}
a:visited {
	text-decoration: underline;
	color: #F625B8;
}
a:active {
	text-decoration: underline;
	color: #F625B8;
}
a:hover {
	text-decoration: none;
	color: #FF3399;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h1 {
	font-weight: bold;
}

h2 {
	clear:both;
	margin-top: 30px;
	letter-spacing: -1px;
}

h3 {
	clear:both;
	font-style: italic;
	letter-spacing: 0px;
}

#center {
	width: 400px;
	margin: 0px auto;
	text-align: left;
}

#box {
	width: 400px;
	border: 3px solid #333;
	background-color: #eee;
}

#content {
	padding: 30px;
}

#footer {
	width: 400px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	clear: both;
}

