<!--

BODY {
  margin: 0;
  padding: 0;
  text-align: center;

  font-size : 14px;
  font-family : sans-serif;
  color : #885a35;
  background-color : white;
}

A{
  color : #804040;
  text-decoration : none;
  font-weight : bold;
}



A:HOVER{
  color : #3c9522;
  text-decoration : none;
  

  font-weight : bold;
}


#wrapper {
  width : 750px;
  margin: 0 auto;
  text-align: left;
}

#head{
  text-align : center;
  margin-top : auto;
}


#main{
  
  overflow:auto;
  margin-top : 10px;
  background-image : url(data/noteback.jpg);
  height : 500px;
  color : #523636;
}

#footer {
  clear: both;
  text-align : center;
}


#menu{
  text-align : center;
  

  font-size : 100%;
}
H1{
  font-size : 30px;
  font-weight : bold;
  color : #d62516;
}

-->