body {
	background : #;
       	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	/* Below touch only shows up in Internet Explorer browsers */
	SCROLLBAR-FACE-COLOR: #;
	SCROLLBAR-HIGHLIGHT-COLOR: #; 
	SCROLLBAR-SHADOW-COLOR: #; 
	SCROLLBAR-3DLIGHT-COLOR: #; 
	SCROLLBAR-ARROW-COLOR: #; 
	SCROLLBAR-TRACK-COLOR: #;
	SCROLLBAR-DARKSHADOW-COLOR: #;
   }

p {
	font-family: inherit;
	background-color: transparent;
	margin-left: 4px; 
	margin-right: 4px;
}

a:link {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: #;
}

a:visited {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: #;
}

a:hover {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	background-color: #000000;
	color: #;
}

a:active {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: #;
}

a:link.m {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: #;
}

a:visited.m {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: #;
}

a:hover.m {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	background-color: #000000;
	color: #;
}

a:active.m {
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	color: #;
}


h1,h2 {
	font-family: inherit;
	font-size: 125%;
	text-align: center;
    font-weight: bolder;
	font-style: italic;
}

.gold {
	color: #999999;
	font-family: inherit;
	font-size: 93%;
	font-weight: bold;
}

h1#title {
	font-size: 140%;
	color: #;
	font-family: 'Times New Roman', serif;
}

/* layout divs */
#main {
	background : #;
	padding: 0px;
}

#l {
	background-color: #CCCCCC;
	border-top: 5px double #fdfdfd;
	border-bottom: 5px double #fdfdfd;
	border-left: 1px solid #e1e9dc;
	border-right: 1px solid #e1e9dc;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #1C2E3B;
	float: left;
	font-size: 95%;
	width: 72%;
            div { width: 150px; height: 350px; overflow: scroll } 
  }

#r {
	background : #999999;
	font-size: 90%;
	color: #ede9dc;
	padding: 0.2em;
	border: 2px #e1e9dc;
	float: right;
	width: 25%;
}
