/* CSS Document */

body {
	width: 550px; /* adjust to taste; do not use fixed px width */
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #FFFFFF;
	font-family: Arial, Helvetica;
	color: #7F7277;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
h1{
	font-family: Arial, Helvetica;
	color: #F34E9A;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0px;
}
#content{
	width: 550px;
	text-align: left;
}a{
	font-family: Arial, Helvetica;
	color: #F34E9A;
	font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica;
	color: #CCC7C9;
	font-weight: bold;
}