body	{
	background: #fc6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	margin: 0;
	padding: 0;
}

.sidebar {
	text-align: center;
	border: thin dotted #777;
}

.normal {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}

.normalbox      {
	border: 1px solid #400;
	margin: 3px;
	padding: 5px;
	background-color: #fff;
}

.mainbody      {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

.timestamp {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2b4494;
	font-size: 10pt;
	font-variant: small-caps;
}

.bodytitle {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #00f;
}

.pagetitle	{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #2b4494;
}

.titlebar       {
	/* background: #32bc4d;  */
	background: #fff; 
	padding: 5px;
}

.footer       {
	/* background: #32bc4d;  */
	background: #fff; 
	font-size: x-small;
	padding: 5px;
}

a:link	{
	color: #00f;
	text-decoration: none;
}

a:visited	{
	color: #00f;
	text-decoration: none;
}

a:hover	{
	color: #f00;
	text-decoration: none;
}

a:active	{
	color: #f00;
	text-decoration: none;
}
