body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em;
	/* style change 
	background-color: #ccc ; 
	text-align: center ; 
	*/
	margin: 0px;
}

#page {
	height: auto;
	width: 820px ;
	/*  style change
	margin-left: auto ;
	margin-right: auto ;
	*/
	text-align: left;
}

#header {
	height: auto;
	width: 820px ;
	margin-top: 5px ;
	margin-bottom: 5px ;
	padding: 4px ;
	font-size: .8em;
	/* border: black solid 1px ; */
}

#errortxt {
	font-size: 1em;
	font-weight: bold ;
	color: #f00 ;
}

#header a {
	font-size: 1em;
	text-decoration: none ;
	font-weight: bold ;
}

#panel {
	height: auto;
	width: 220px ;
	float: right ;
	background: #fff ;
	padding: 8px 8px 8px 8px ;
	font-size: .8em;
	/* border: black solid 1px ; */
}	

#panel table tr td {
	font-size: .8em;
}

#post {
	height: auto;
	width: 555px ;
	background: #fff ;
	padding: 8px 8px 12px 8px ;
	font-weight: bold ;
	font-size: 1.2em;
	/* border: black solid 1px ; */
}	

#msgbox {
	overflow: hidden ;
	margin-left: auto ;
	margin-right: auto ;
}

#content{
	height: auto;
	width: 555px ;
	background: #fff ;
	margin: 0 0 4px 0 ;
	padding: 8px 8px 8px 8px ;
	/* border: black solid 1px ; */
}

#content a {
	font-weight: bold ;
	font-size: 1em;
	text-decoration: none ;
}

.message a {
	font-weight: normal ;
	font-size: 1em;
	text-decoration: none ;
	color: #0000ff ;
}

.posted {
	font-size: .7em;
}

td {
	font-size: .8em;
}

#footer {
	height: auto;
	width: 755px ;
	padding: 4px ;
}	

#footer a {
	font-size: 1em;
	text-decoration: none ;
	font-weight: bold ;
}

