/* Stylesheet for Evy's Japan Web Site */
/* html link colors in the navigation bar */
/* current color palette is teal, wheat, #f2e9d9, #bddbdb */
a:link {color: white;}
    a:visited {color: silver;}
/* wrapper properties include a border */
#wrapper {
    width:760px;
    margin: 0 auto;
     
}

/* header properties  for id 
#header {
    background-color: teal;
    color: white;
  
    font-family: Arial, Helvetica, sans-serif;
    font-variant: small-caps;
} */
/* actual header section to be same as header id */
header {
    background-color: teal;
    color: white;
  
    font-family: Arial, Helvetica, sans-serif;
    font-variant: small-caps; 
}
/* navigation  bar properties 
   
    background-color: teal;
    color:white;
    text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
    
       
} */
nav {
   
    background-color: teal;
    color:white;
    text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
    
       
}
/* properties of the navigation bar */
nav table {    
width: 100%; 
}
nav td{ width:25%}
body{
    background-color: wheat;
}
footer{
    text-align: center;
    font-size: 8pt;
    color: teal;
    margin-top: 1em;
}



