.footer {
 	background-color: #ffacd5;
 	padding: 5px;
 	color: #000;
 	font-size: 12px;
 	text-align: center;
}

body {
	margin: 1;
	font-family: arial;
}

.ad {
	padding: 2px;
	background-color: #fff;
	color: #fff;
	font-size: 11px;
}

img {
	border: 0;
}

.image {
	text-align: center;
}

.wrapper {
	margin: 0px auto;
	width: 220px;
	background-color: #FFFFFF;
}

.header {
	background-color: #ff609c;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	text-align: left;
}

.header2 {
	background-color: #2294ff;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	text-align: left;
}

.nav {
	background-color: #fefefe;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
	text-align: left;
	border-bottom: 1px dotted #aaa;
}

h1 {
 	margin: 0;
 	padding: 0;
 	font-size: 13pt;
 	font-weight: bold;
}
.spacer {
	height: 10px;
}

.content {
	padding: 3px;
	font-size: 11px;
	color: #000;
	text-align: left;
}

a {
	color: #000;
	text-decoration: underline;
}


