/* mapito.eu: index.css */
/* Copyright: see http://mapito.eu/copyright.html */

* { margin: 0; padding: 0; }

body {	
  /* background: #666 url(zzimages/bg_helix.gif) repeat-y 50% 0px; */
  background-color: #1a1a1a;   
}

#Header, #Menu  {
	margin: 10px 10px 10px 60px;
	height: 25px;
	clear: both;
	font-size: 11px;
	color: #888;
  font: bold 10px/1.1 verdana,helvetica,arial,sans-serif;
}


#Content {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	margin-top: 40px;
	color: #ccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
	line-height: 1.4;
}
#Content p {	margin-top: 15px; }
#Content h1 { font-size: 18px; }  

a { text-decoration: none; font-weight: bold; }
a:link, a:visited { color: #ddd; }
a:hover {color: white !important; background-color: #777;}
a:active {color: white; background-color: #777;}
#Content p a { border-bottom: 1px dotted #888; }

ol li {	display: list-item; list-style-position: inside; margin-top: 4px; } 

