body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
}

body * { 
}

h2 {
	color: #87b204;
	font-size: 18px;
}

h1 {
	color: #047db2;
	font-size: 24px;
}

h1 span, h2 span {
	font-size: 11px;
	color: #444;
	border-bottom: 1px solid #DDD;
	padding: 5px 0;
	line-height: 15px;
	white-space: nowrap;
}

A { color: #7ea015; }
A:visited { color: #97B04C; }


A:hover { color: #566D0E; }
DL { }

DL DT { margin: 1em 0 0.5em 0; }

DL DT A { text-decoration: none; }

A.no_deco {
	text-decoration: none;
	color: #444;
}

hr {
	border: 0;
	height: 1px;
	border-top: 1px solid #DDD;
}

