body {
	background: url(images/background.gif);
	margin: 18px auto 20px;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	padding: 5px 7px;
	margin: 0px;
	color: #FF6699;
	white-space: nowrap;
	font-weight: bold;
	}

a:hover {
	text-decoration: none;
	padding: 5px 7px;
	margin: 0px;
	color: #FF3366;
	white-space: nowrap;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	padding: 5px 7px;
	margin: 0px;
	color: #FF6699;
	white-space: nowrap;
	font-weight: bold;
	}

a:active {
	text-decoration: none;
	padding: 5px 7px;
	margin: 0px;
	color: #FF6699;
	white-space: nowrap;
	font-weight: bold;
	}
h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #6E2547;
	text-decoration: none;
}p {
	padding: 5px;
}
