* {
       color: #000;
}

body {
       background: #fff;
       font:normal 12px "Trebuchet MS", arial, sans-serif;
       color: gray;
}

h1, h1.content {
	font:normal 14px "Trebuchet MS", arial, sans-serif;
	color: #333;
	border-bottom:2px solid #000;
	margin-bottom: 8px;
}

h2 {
	font:normal 12px "Trebuchet MS", sans-serif;
	color:#333;
	padding:5px 0;
	border-bottom:1px dashed #ccc;
	margin:10px 0;
}

a:link, a:visited {
       color: gray;
}

#header, #leftcolumn, #rightcolumn, #info_footer, #footer, #content {
       display: none;
}

#content {
			
       padding: 0 23px;
       line-height: 14px;
}