body {
	font-family : sans-serif; 
	font-size : 12px;
	color : Black;
}

li {
	font-family : sans-serif;
	font-size : 12px;
	list-style : circle;
	margin-left :;
	line-height : 18px;
}

ul {
	margin-left: 2;
	padding-left: 1em;
	text-indent: 0em;	
}

.headline_one {
	font-family : sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.headline_two {
	font-family : sans-serif;
	font-size : 16px;
	font-weight : bold;
}

.headline_three {
	font-family : sans-serif;
	font-size : 18px;
	font-weight : bold;
	
}

.itema {
	font-family : sans-serif; 
	font-size : 12px;
	color : Black;
}

.attribution {
	font-family : sans-serif;
	font-size : 10px;
	font-style : italic;
	color : Gray;
}

.description {
	font-family : sans-serif;
	font-size : 10px;
}

.description2 {
	font-family : sans-serif;
	font-size : 11px;
}

.current {
	color : Gray;
}

a {
	color : Blue;
}

A:VISITED {
	color : Purple;
}

A:HOVER {
	color : #483D8B;
}

