/* typography */
body {font-size: 75%; background-color: #999;}
html > body {font-size: 12px; color: white;}

p {margin-bottom:18px;}

a:link, a:hover, a:visited, a:active {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover {
	color:#000;
	border-bottom:1px solid #000;
}

h1 {font-size: 24px; line-height: 36px; margin:18px 0;}

ul, ol {margin-bottom: 18px;}

/* fluid.gs site design */

div.section div.column {
	background:#999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
div.section div.column:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;

}
div.section div.column_content {padding:5px; margin:5px;}

hr.footerline { border-color: #666; border-width-top: 1px; width: 80%; border-width-bottom: 0px; border-width-left: 0px; border-width-right: 0px; margin-top: 10px; margin-bottom: 5px;}

div.footer {
	width: 100%; text-align: center; font-size: 90%; font-color: #CCC; margin-bottom: 10px; color:#333; }
