/* ---------- Basic HTML ---------- */

body {
	font: 13px/1.5 'Lucida Sans', Tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#333333;
}

a:focus {
	outline: 1px dotted invert;
}
a {
	text-decoration:none;
	color:#8F1A1D;;
}
a:hover {
	text-decoration:underline;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* ---------- Headings ---------- */

h1 {
	font-size: 30px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #f0f0f0;
}
h3 {
	font-size: 16px;
	font-weight:normal;
	color:#404141;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

/* ---------- Spacing ---------- */

ol {
	list-style: decimal;
}
ul {
	list-style: none;
}
ol li{
	margin-left:30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
pre,
table,
address,
fieldset,
label {
	margin-bottom: 1em;
}
