#content { float: left;
	width: 80%;
	background: #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px dotted #000000;
	margin-right: 15px;
	padding-bottom: 20px; }
#rightmenu { left: 80%;
	width: 20%;
	position: absolute; }

body, td { font-family: Sans-serif; 
	font-size: 12px;
	color: #111111; }

a { text-decoration: none;
	font-weight: bold;
	color: #000000; }

a:visited { color: #333333; }
a:hover { text-decoration: none;
	color: #000000;
	border: 1px solid black }

.title { font-size: 14pt;
	font-weight: bold;
	color: #666666; }

.subtitle { font-size: 14pt;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	border-bottom: 1px dotted black }

.rightMenu { font-size: 10pt;
	font-weight: bold;
	color: #000000; }

.storyTitle {font-family: Helvetica, Sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000; }

div.storyFooter { background: #CCCCCC; }

pre { overflow: auto;
	width: 640px }

code { overflow: auto;
       width: 640px;
        border: 1px solid black;
	padding: 2px }

.box { border: 1px solid black;
	padding-bottom: 4px;
	margin: 4px; }

.boxheader { font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background: #CCCCCC }

.boxcontent { font-size: 10pt;
	font-family: sans-serif;
	padding-top: 4px }

blockquote { border: 1px solid black; padding: 2px }

