@charset "UTF-8";
/* 
Document   : stili_base.css
Created on : 11-giu-2009, 20:19
Author     : Giustino Borzacchiello giustinob[at]gmail[dot]com
             per Your Inspiration Web [http://www.yourinspirationweb.com]
Description:
Foglio di stile di base associato alle soluzioni degli esercizi sui selettori
Style sheet associated to selector's exercises' solutions*/

body{
margin:0;
font-family:"Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
}

a:link, a:visited{
color:#FD8F00;
}

a:hover{
background-color:#8e0205;
}

h1,h2,h3,h4{
color:#8e0205;
}

div{margin:0 2em;}

ol{
width:30em;
}

li{
margin-bottom:1em;
}



#footer{
margin:0;
text-align:center;
background-color:#390102;
color:#FFF;
font-size:small;
padding:10px;
}

