body {
 background: #fff;
 color: #888888;
 text-align: justify;
 font-size: 10pt;
 font-family: verdana, arial, sans-serif;
}

.skip, #menu, #footer_menu {
	display: none;
}

.fleft { 
  float: left;
  margin-right: 16pt;
  margin-bottom: 8pt;
}
.fright {
  float: right;
  margin-left: 16pt;
  margin-bottom: 8pt;
}

a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: inherit;
	color: #cf2b3b;
	border-bottom: 1px solid #888888;
}

a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: inherit;
	color: #cf2b3b;
	border-bottom: 1px solid #888888;
}