/* Cascading Style Sheet */
/* Add the following command in the <head> section of your HTML file */
/* <link rel="stylesheet" type="text/css" href="frame.css"> */    


body {
    margin: 0;
    background : #ffffe7;
    color: #4477aa; 
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt; 
   }

h1 { 
    font-family: Tahoma, Verdana, arial, helvetica, sans-serif; 
    font-size: 20pt;
    color: #4477aa; 
   }

h2 { 
    font-family: Tahoma, Verdana, arial, helvetica, sans-serif; 
    font-size: 16pt;
    color: #4477aa; 
   }

div,input,p, td {
    font-family: arial, helvetica, sans-serif;
    color: #4477aa; 
    font-size: 12pt; 
   }

img {
   color: black;
  }

a:link { color:  #669999 }          /* unvisited link */
a:visited { color: #999966 }        /* visited links */
a:active { color: #CC9900 }        /* active links */
a.menue, a.schedule, div.schedule {
  color:#714608;
  text-decoration: none; 
}
table.menue {
  text-align: center;
  border-color: #714608;
  margin-left: 3pt;
}


