body {
	font: 13px/19px "Century Gothic","Trebuchet MS",Arial,Helvetica,'Liberation Sans', FreeSans, sans-serif;
	margin-top: 4px;
	background: white;
}
a:focus {
	outline: 1px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-size: 50px; line-height:60px; font-family: 'GraublauWebRegular';
font-weight: normal;
}
h2 {
	font-size: 18px; font-family: 'GraublauWebRegular';
	line-height: 19px;
font-weight: normal;

}
h3 {
	font-size: 16px;  font-family: 'GraublauWebRegular';
line-height: 19px;
font-weight: normal;}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 20px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 16px;
}

ul.links li {display: inline; list-style: none; margin:0; text-transform: lowercase;}
ul.links li::after { content: " | "; color: #000; background: #FFF; }
ul.links li.lastItem::after { content: ""; }

a:link { 
	text-decoration: none;
	color: #666;
	}

a:visited { 
	text-decoration: none; 
	color: #666;
	}

a:hover, a:active { 

	text-decoration: none;
       border-bottom: 1px dashed #666;
	color: #AA1B0C;
	}



