/* CSS Document */
a:link    {color: black}
a:visited {color:black}
a:hover   {color: red}

body{
    background:#ffc;
    text-align: center;
    margin: 0;
    padding: 0;
}  
p{ 
  
  font-family: tahoma;
  FONT-SIZE:13 px; 
}
h1{ 
  font-family: verdana;
  FONT-SIZE:20 px; 
}   
h2{ 
  font-family: tahoma;
  FONT-SIZE:15 px; 
}
ul { 
  font-family: tahoma;
  FONT-SIZE:13 px; 
}  
#page {
  width:800px;
  margin: 2em auto;
  padding: 1em;
  border: 2px solid #cc9;
  color: #000;
  background : #fff none;

}