body {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
	
p {	
	font-size: 1em;
	line-height: 1.6em;;
	}
	
a {
	text-decoration: none;
	font-weight: normal;
	color: #ff3300;
	}
	
a:link {} a:visited {} a:active {} a:hover {text-decoration: underline;}

.current {
	font-weight: normal;
	font-size:1.2em;
	color: #666633;
	border-bottom:2px dotted #fff;
	margin-right:10px;
	}

h1 {
	font-family: "century gothic", arial, helvetica, sans-serif;
	color: #666633;
	font-size: 2em;
	font-weight: normal;
	margin: 1.2em 0em 1em 0em;
	}
	
h2 {
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #666633;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h3 {
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #666633;
	font-weight: normal;
	}
	
.small {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #666633;
	font-weight: normal;
	}

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
	
li > p {
	margin-top: 0.2em;
	}