body
   {
   background-color: black;
   font-family: Arial;
   width: auto;
   }

#navigation {
	list-style: none;
	margin: 0px 0px 0 0;
	padding: 0px;
	height: 10px;
	width: 100%;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;

}	

#navigation li {
   float: left;
	font-size: 12px;
	
}

#navigation li a {
	display: block;
	text-align: left;
	color: white;
	padding: 4px 15;
}

#navigation li a:hover {
	background-color: gray;
	color: black;
}
   
#navigation  {
   border-bottom: 0px solid; padding: 0.5em;
   
   }
	
#content {
	background-color: black;
}
   
A:link{
	text-decoration: underline;
	color: white;
}
A:hover{
	text-decoration: none;
	color: silver;
}
A:visited{
	text-decoration: none;
	color: orange;
	
}
A:active{
	text-decoration: none;
}
   
#lista {
	list-style: disc;
	margin: 0px 0px 0 30;
	padding: 0px;
	
}	

#lista li {
	display: compact;
	font-size: 12px;
	color: white;
}



   

#content
   {
	height: auto;
	background-color: #black;
	border-bottom: 0px solid;
	padding: 15px;
	font-size: 12px;  

	
}


h1
   {
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-left: 15px;
	

} 

h2
{
	font-size: 12px;
	color: White;
	font-style: oblique;
	margin-left: 15px;
	font-family: Arial;
}

h3
   {
	font-size: 12px;
	color: white;
	margin-left: 15px;
	font-weight: bold;

} 

h4
{
	font-size: 11px;
	color: red;
	margin-left: 15px;
	font-family: Arial;
}

ol {
	font-size: 13px;
	font-family: Arial;
	color: white;
}  

 p {
 	font-size: 13px;
	margin: 15px;
	color: white;
 }
 
 

