html {
	font-family: "Book Antiqua", Calibri;
	font-size: 85%;
	color: #000;
}

#weer_container {
	padding: 0.3em;
	margin: 5px;
}
title {
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
	padding: 0.3em;
	display: block;
}
#weer_container table {
	margin: 5px;
	padding: 0.3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#weer_container table tr .headlines ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#weer_container table tr .headlines ul li {
	margin: 5px;
	padding: 0.3em;
	background-color: #FFFAFA;
	color: #000;
	font-size: 10pt;
	line-height: 16px;
	list-style-type: none;
}
#weer_container table tr .headlines ul li a {
	font-weight: 400;
	text-decoration: none;
}

#weer_container table tr .headlines ul li a:link {
	color: #800000;
	text-decoration: none;
}

#weer_container table tr .headlines ul li a:visited {
	color: #800000;
	text-decoration: none;
}

#weer_container table tr .headlines ul li  a:hover {
	color: #FFFAFA;
	background-color: #800000;
}


#weer_container table tr .title {
	font-size: 14pt;
	line-height: 22px;
	font-weight: bold;
	background-color: #FFFFF0;
	color: #8B0000;
}
#weer_container table tr .title a {
	color: #8B0000;
	text-decoration: none;
}

#weer_container table tr .headlines {
	font-size: 10pt;
	line-height: 16px;
	font-weight: normal;
}
a {
	text-decoration: none;
}

