body { background-color: #E6E6FA;
       color: #191970;
	   font-family:'Lucida Casual', 'Comic Sans MS';

}
h1   { background-color: #191970;
       color: #E6E6FA;
	   font-family:'Lucida Casual', 'Comic Sans MS';
	   line-height: 200%
}
h2   { background-color: #AEAED4;
       color: #191970;
	   font-family:'Lucida Casual', 'Comic Sans MS';
}
p    { font-size: .90em;    }
ul   { font-size: .90em;    }
ol   { font-size: .90em;    }
.nav { font-weight: bold;   
       font-size:1.25em;
}
#navigation {list-style: none; background-color: #ccc; width; border: 2px solid #333}
#navigation li{display: inline; margin-right: 40px}
#navigation li:hover{color: red}
}

#footer { font-size: .85em;
          font-style:italic, bold;
}
.company { font-weight: bold;
           font-family: 'Lucida Casual', 'Comic Sans MS';
		   font-size: 1.25em;
}
#wrapper { width: 800px;
           margin-left: auto;
		   margin-right: auto;
}