html,body {
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif, helvetica;
	font-size: 22px;
	color: #000000;
	background-color: #D7C9A5;
	background-image:url(images/fairydust.jpg);
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000000;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #3D0003;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #3D0003;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #AB653F;
	text-decoration:underline;
}

.contact,a.contact:link,a.contact:active,a.contact:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3D0003;
	text-align: center;
	text-decoration:none;
}

a.contact:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #AB653F;
	text-align: center;
	text-decoration:underline;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3D0003;
	text-align: center;
}

.smallest {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #3D0003;
}

a.smallest:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #3D0003;
	text-decoration: none;
}

a.smallest:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #085475;
	text-decoration:underline;
}


