
div.header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color:#eeeeee;
	height: 24px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.footer {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #aabbcc;
	text-align: center;
}

p.bbs {
	margin: 1em 10em 0em 10em;
	padding: .3em;
	font-family : sans-serif ;
	font-weight : bold ;
	font-size : large ;
	text-align : center;
	border: 2px solid red;;
	text-indent : 0em;

}
p.bbs  a:link{
	font-size: large;
	font-family : sans-serif ;
	color: #0000ff;
}
p.bbs  a:visited {
	font-size: large;
	font-family : sans-serif ;
	color: #4400ff;
}

p.bbs a:hover {
	background-color :  #ffff88;
}

