#bigbox {
	margin: auto;
	width: 600px;
	height: 250px;
	border: 1px dotted black;
}

#left {
	float: left;
	clear: left;
	width: 245px;
	height: 246px;
	padding: 2px;
	border-right: 1px dotted black;
	background-color: #D5E1D6;
}

#right {
	float: right;
	clear: right;
	width: 350px;
	height: 250px;
}

body, div {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

p.newsline {
	font-weight: bold;
	display: inline;
}

p.newstext {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

h1 {
	display: inline;
	font-size: 20pt;
}

h2 {
	display: inline;
	font-size: 18pt;
}

A:link {
	color: #005966;
	text-decoration: none;
}
A:visited {
	color: #740008;
	text-decoration: none;
}
A:active, A:hover {
	color: #000000;
	text-decoration: underline;
}