div.header {
	border:1px solid black;
	background-color:#006C00;
}

div.header div.titles {
	float: left;
	font-family: Arial;
	color: white;
	width:520px;
	text-align: center;
}

div.header h1 {
	font-weight:bold;
	font-size:1.7em;
	margin:.3em 0;
}



//=======================================


DIV.fpTitle
{
	font:bold small Arial;
	border-bottom:1px solid gray;
	padding:3 5 3 5;
	margin-bottom:5;
}

A.bbs 
{
	text-decoration:none;
	color:black;
} 
A.bbs:hover 
{
	text-decoration:underline;
}
