html>body {
	font-size: x-small;
}
p, tr, td, li, table {
	font-size: 1em;
}
h1 {
	font-size: 1.2em;
	color: #FFFFFF;
	background: #B4C0CD;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table p {
	margin: 0px;
}
#main-out {
	margin: 0px;
	position: relative;
	background: #EFEFEF;
}
#main {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
body, table, td 
{ 
      background-color: #231f20; 
      color: #939598; 
      font-family: Verdana, Arial, Helvetica;
      font-size: 11px;
      text-align:left;
}
      
a:link { color: #bcbdc0 ; text-decoration: none; }
a:visited { color: #c0bb9c ; text-decoration: none; }
a:hover { color: #bcbdc0 ; text-decoration: underline; }
a:active { color: #bcbdc0 ; text-decoration: underline; }
.cur {color: #939598 }