body { background: white; color: black; margin: 0; padding: 0; }

a:link { color: #b54702; text-decoration: none}
a:visited { color: #b54702; text-decoration: none } 
a:hover { color: red; text-decoration: underline }

h1, h2, .line {
	font-family: Times, Georgia, serif;
	letter-spacing: 0.2em;
	font-weight: normal;
	color: black;
	font-size: 1em;
	line-height: 1em;
}

.line {
	position: relative;
	top: -1.4em;
	font-size: 220%;
	line-height: 200%;
	border-bottom: 1px solid black; 
	padding: 0; 
	margin: 0 0 1em 0;
}

h1 {
	position: relative;
	top: 1.4em;
	left: 15%;
	width: 70%;

	margin: 0;
	padding: 0.3em;
	border: 1px solid black;
	border-top: none;

	font: inherit;
	line-height: inherit;
	background-color: #ff9900;
	text-align: center;
}


h1 img { margin-bottom: -13px; }

h2 {font-size: 125%; line-height: 125%; font-weight: bold; margin-bottom: 0; padding-bottom: 0;}

big { font-size: 125%; }

li {margin-top: 0.3em; margin-bottom: 0.4em; padding: 0 }

.message { background: #f9fecf; padding: 0.5em; margin-top: 0.7em; }
a.message {color: red }

/* bg #d9964e */

.newsbox {
	color: black;
	border: 1px solid black;
	background: #fd8;
	margin: 1em 2em 0 65%; 
	padding: 0.2em 1em 0.5em 1em;
}

.content {
	float: left;
	width: 55%;
	padding: 0 2% 1em 5%;
	margin: 0;
}