body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 100%;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 28px;
	font-weight: lighter;
	color: #cc0000;
	margin-bottom: 10px;
}

h2 {
	font-size: 24px;
	font-weight: lighter;
	color: #cc0000;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}
p {
	color: #333;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
ul {
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
}