.subHeading{
	display:block;
    color: #888;
    padding-bottom:2em;
}
.hover {
	cursor:pointer;
}
a:link {
	color: #335599;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #225DB7;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
#headlines ul {
	list-style-type:square;
	padding:1em;
}

#headlines li {
	margin-bottom:1em;
}

.checked{
    background-image: url('/images/checkbox.png');
    background-repeat:no-repeat;
    background-position: center;
	padding: 0.5em;
}
