body {
	line-height: 145%;
	font-family: Helvetica, Arial, Sans serif;
	font-size: 15px;
	color:#555555;
	background-image:url('images/bg.png');
}
h1 {
	font-size:2.25em;
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 100%;
	text-shadow:2px 2px 2px #FFF;
	-moz-text-shadow:2px 2px 2px #FFF;
	-webkit-text-shadow:2px 2px 2px #FFF;
	-khtml-text-shadow:2px 2px 2px #FFF;
}
h2 {
	font-size:1.5em;
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 100%;
	text-shadow:2px 2px 2px #FFF;
	-moz-text-shadow:2px 2px 2px #FFF;
	-webkit-text-shadow:2px 2px 2px #FFF;
	-khtml-text-shadow:2px 2px 2px #FFF;
}
a {
	color:#48549a;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline: none;
}
sup {
	font-size: .1em;
	position: relative;
	top: -0.5em;
}
sub {
	font-size: .1em;
	position: relative;
	bottom: -0.5em;
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-top: 25px;
	margin-bottom: 5px;
}

