/* CSS Document */
body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(images/banner.jpg) repeat-x top left;
}
h1 {
	margin-top: 2.5em;
	color: #B10961;
	letter-spacing: -.075em;
	font-size: 3em;
}
p {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}
a {
	text-decoration: none;
	color: #75043D;
}
a:hover {
	border: none;
}
h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #B10961;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #B10961;
}
