body {
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 150%;
}
h4, .larger {
	font-size: 125%;
}
h5, .large {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

p {
	margin-top: 0px;
	margin-bottom: 1.5em;
}
.content a {
	color: #B4101D;
}

.content {
	font-size: 11px;
	line-height: 16px;
}
.navigation {
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}