body {
	font: 12px/1 Verdana, Geneva, Tahoma, sans-serif;
	color: #000;
}

a {
	color: #4498A4;
}

a:hover {
	color: #044665;
}

a:active {
	color: #044665;
}

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

h1 {
	font: small-caps 30px Palatino, "Palatino Linotype";
	color: #666;
	line-height: 1;
}

h2 {
	font: 26px Palatino, "Palatino Linotype";
	color: #666;
}

h2 a {
	color: #666;
}

h2 a:hover {
	color: #666;
	text-decoration: none;
}

h3 {
	font: 20px Palatino, "Palatino Linotype";
	color: #666;
}

h3 a {
	color: #666;
}

h3 a:hover {
	color: #666;
	text-decoration: none;
}

h4 {
	font: 16px Palatino, "Palatino Linotype";
	color: #fff;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

h5 {
	font-weight: bold;
	color: #666;
}

p {
	margin-top: 10px;
}

.green {
	color: #669933;
}