body {
	margin:20px;
	background:#fefefe;
	font: normal 75%/120% Georgia, Trebuchet MS, Verdana, sans-serif;
	}

A 			{ color: #336699; text-decoration: none; font-weight:bold} 
A:link		{ color: #336699; text-decoration: none; font-weight:bold} 
A:visited		{ color: #336699; text-decoration: none; font-weight:bold} 
A:active		{ color: #99CC66;  } 
A:hover		{ color: #F78500;  } 
			 

h1 {
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:1.3em;
	font-color:#333;
	}

h2 {
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:1.4em;
	font-color:#333;
	}

h3 {
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:1.4em;
	font-color:#333;
	}

p {
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	line-height:1.5em;
	}

pre {
	font-family: geneva, "lucida sans unicode", Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	line-height:1.5em;
	background-color: #EEE;
	border: 1px solid #333;
	padding: 2px;
	margin-left: 30px;
	margin-right: 75px;
	}
	
ol { 
	color:#333; 
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif; 
	font-size: 1.1em; 
	line-height:1.4em;  }
	
ul { 
	color:#333; 
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif; 
	font-size: 1.1em; 
	list-style: url(box.gif) circle; 
	line-height:1.4em;  }

li { 
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#333; 
	font-size: 1.1em; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	line-height:1.4em;
	}
	
span.copyright {
	font-family: Georgia, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size:1.0em;
	color:#333;
	line-height:1.5em;
	}	

span.copyright a {
	color:#333;
	text-decoration: none;
	font-weight: normal;
}

span.copyright a:visited {
	color:#333;
	text-decoration: none;
	font-weight: normal;
}

span.copyright a:hover {
	color:#333;
	text-decoration: none;
	font-weight: normal;
}


