/*
CSS for Khoi Vinh's site
*/
* { 
margin:1px;
 padding:1px;
 }
 
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 125%;
background-color: #BF8F30;
padding: 15px;
}

p
h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: x-large;
}

li {
font-size:small;
}

h2 {
color:black;
font-size: large;
font-weight: normal;
}

p {font-size:small;
color:white;
margin-top:0em;
margin-bottom:2em;

}

#navigation ul {  
margin: 4px;         
padding: 4px;        
 list-style-type: none;         
 text-align: center;        
 background-color: #FFAA00;         
 } 

 #navigation
 ul li { 
 display: inline;
 } 
 
 #navigation ul li a {    
 text-decoration: none;
 padding: .2em 1em;         
 color: #fff;         
 background-color: #A66F00;         
 }
 
 #navigation ul li a:hover {
 color: #000;background-color: #fff;  
 }