@charset "utf-8";
/* CSS Document */
body {
	background: #FFF url(../images/interface/background.gif) no-repeat fixed center center;
	margin:0px;
	font: 12px/12px Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:hover, a:active {
	color:#666;
	text-decoration: none;
}
h1 {
	font-size:1.5em;
	color: #560007;
}
h2 {
	font-size:1.25em;
	color:#560007;
	line-height: 1.30em;
}
h3 {
	font-size:1em;
	color:#560007;
	line-height: 1.1em;
	margin: 0px;
}
p {
	margin: 5px;
}

