html
{
}

body
{
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

h1
{
  color: #3A6EA5;
}

a.nethome
{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 80%;
	color: #3A6EA5;
	text-decoration: none;
	font-weight: bold;
}

div.divmain
{
  border: 1px solid #3A6EA5;
  margin: 2px;
  width: 310px;
  float: left;
}

div.divtitle
{
  color: #ffffff;
  background-color: #3A6EA5;
  padding: 2px;
  font-weight: bold;
}

div.bPosts
{
  text-align: left;
  padding: 2px;
}

.bPost
{
  padding: 3px 0px 3px 0px;
}

.bPost a
{
  text-decoration: none;
  color: #000000;
  font-size: 80%;
}

.bPost a:hover
{
  text-decoration: underline;
}

