body {background: black;
      color: #000000;
	  margin: 0; 
	 }
	 
a {
   color: black;
   background: transparent;
   text-decoration: none;
   font: bold .9em Century Schoolbook, serif;
   }	
   
a:hover{
   background: #CDC7B1;
   color: black;
   text-decoration: none; 
   font: bold .9em Century Schoolbook, serif;
   }  
   
a:visited {
   background: black;
   color: #fffffE;
   font: bold .9em Century Schoolbook, serif;
   text-decoration: none;
   } 
	   
   div#nav{
   width: 774px;
   font: bold 1em Century Schoolbook, serif;
   text-align: center;
   background: #696341;
   border-bottom: solid 1px #000000;
   border-top: solid 2px #000000;
   padding-bottom: 5px;
   padding-top: 5px;
   }  
   
   #nav a:link{
   display: inline; 
   padding-left: 10px;
   padding-right: 10px;
   margin-right: 10px;
   margin-left: 10px;
   color: #F6EFB6;
   background: #696341;
   text-decoration: none;
   font: bold 1em Century Schoolbook, serif;
   border: solid 2px #696341;
   }
   
   #nav a:hover{
   display: inline; 
   padding-left: 10px;
   padding-right: 10px;
   margin-right: 10px;
   margin-left: 10px;
   background: #CDC7B1;
   color: #000000;
   text-decoration: none;
   font: bold 1em Century Schoolbook, serif;
   border: solid 2px #E5CD61;
   }
   
   #nav a:visited{
   display: inline; 
   padding-left: 10px;
   padding-right: 10px;
   margin-right: 10px;
   margin-left: 10px;
   background-image: url(parchment4.gif);
   background-repeat: no-repeat;
   color: #000000;
   text-decoration: none;
   font: bold 1em Century Schoolbook, serif;
   border: solid 2px #E5CD61;
   } 	
   
p {
  font: normal 1em Century Schoolbook, serif;
  line-height: 1.3em;
  text-align: left;
  padding: 10px;
  width: 450px;
  }  
  
p.note {
  text-align: center;
  }  
  
p.footer {
  font: normal .8em Century Schoolbook, serif;
  text-align: center;
  }
  
p.order {
  font: normal .9em Arial, sans-serif;
  text-align: left;
  line-height: 1.5em;
  }  
  
p.orderform {
  font: normal 11px Arial, sans-serif;
  text-align: left;
  width: 85px;
  } 
  
p.total {
  font: normal 14px Arial, sans-serif;
  text-align: center;
  width: 80%;
  line-height: 1.5em;
  }   
  
p.specialty {
  font: bold .8em Century Schoolbook, serif;
  width: 220px;
  } 
  
h1 {
   font: bold 1.6em Century Schoolbook, serif;
   text-align: center;
   }   
  
h2 {
  font: bold 1.2em Century Schoolbook, serif;
  text-align: center;
  } 
  
 h3 {
   font: bold 1em Century Schoolbook, serif;
   color: #696341;  
   }  
  
ul {
  text-align: left;
  font: italic 1.05em Times New Roman, serif;
  }  
  
table.order {
  padding-top: 1px;
  padding-bottom: 1px;
  }     	 