/**
 * Sheet : main.css
 * Author: Sander van Zoest <sander@ipinc.com>
 *         Internet Products, Inc.
 *
 * Cascading Style Sheet, level 1  
 * for more info see http://www.w3.org/pub/WWW/TR/REC-CSS1
**/

BODY {
   /*
   margin-left: 4%;
   margin-right: 4%;
   */
   background: black ;
}

BLOCKQUOTE { 
   color: white; 	
   font-style: normal;
   font-weight: bolder;
   text-decoration: none;
}

a:hover {color: #FFFFFF;}

a:link { 
   color: cyan; 	
   font-style: normal;
   font-weight: bolder;
   text-decoration: none;
}

a:visited { 
   color: lightgreen; 	
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}

a:active { 
   color: orange;
   font-weight: bold;
   font-style: oblique;
}

a:hover { color: yellow; }

TABLE {
   font-color: orange;
   font-weight: bold;
   font-style: oblique;
}

HR {
   height: 3;
   color: black;
}   

IMG {
   border: 0;
}

H1, H2 {
   font-family: verdana, helvetica, sans-serif;
   margin-left: +1%;
   color: blue;
}

.hide {
   display: none;
   color: white;
}
SPAN.danno { color: orange; font-weight: bold; font-style: oblique; }
SPAN.euro_annie { color: yellow; font-weight: bold; font-style: oblique; }
SPAN.euro_post { color: red; font-weight: bold; font-style: oblique; }
SPAN.euro_title { color: cyan; font-weight: bold; font-style: oblique; font-size: 15; }

