/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	line-height:1.5em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
}

a    {
	text-decoration: none;
	color:#fff;
	}
	
#navigation ul li, #navigation ul li a{
background-color:#fff;
color:#e9a019;
list-style:none;
}

#navigation2 {
color:#fff;
font-size:75%;
}

#copyright {
font-size:75%;
text-align:center;
margin-bottom:10px;}


li ul, 
li ol, li a { margin:0; }
ul, ol      { margin:0; }

