html {
	font-family: Georgia, serif;
}

body {
	margin: 0px;
	font-family: Georgia, serif;
}

a, a:visited {
	color: black;	
}

a:hover {
	background-color: #fcfcfc;
	border-bottom: thin dotted black;
}

u {
	text-decoration: none;
	border-bottom: thin dotted gray;
}
.container {
	margin-top: 0px;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}

#sidebar ul,li {	
	list-style: none;
}

.colored {
	background-color: #DDD;
}

a:hover {
	color: black;
}

#headline {
	font-family: Georgia;
	font-style: italic;
}

