@charset "utf-8";
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-style: italic;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:visited {
	color: #D0A3C2;
	text-decoration: none;
}

a:link {
	color: #D0A3C2;
	text-decoration: none;
}
a:active {
	color: #CC66FF;
}
a:hover {
	color: #CC66FF;
	text-decoration: none;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}
body {
	background-attachment: fixed;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
