//style sheet for the index page of chocolate
a  {
         font-size: 10pt;
         font-family: arial;
         font-weight: bold;
         color: #33000;
         text-decoration: none;
        } 


a:link  {
         font-size: 10pt;
         font-family: arial;
         font-weight: bold;
         color: #33000;
         text-decoration: none;
        } 


a:visited {
         display: block;
         font-size: 10pt;
         font-family: arial;
         font-weight: bold;
         color: #330000;
         text-decoration: none;
        } 



a:hover   {   
          font-size: 10pt;
            font-family: arial;
            font-weight: bold;
            color: #ffffff; 
            background-color: #813418;
            text-decoration: none;
          }
  
body {
          
         background: #331111;   /* url(images/Image22.gif) repeat-x; */ 
     }



#title {
      
        text-align: center;
        width: 700px;
        height: px;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        border: 0px solid red;
        margin: 0 auto;
        } 



 #wrapperindex {
          width: 700px;
          height: 530px;
          background-color: #ffffff;  
          margin: 0 auto; 
          z-index: 1;
          border: 0px solid blue;
         } 

      #about { float: left;
       text-align: left;
       background-color: #ffffff;
       width: 255px;
       height: 395px;
       padding-top: 8px;
       padding-left: 13px;
       padding-right: 0px;
       position: relative;
       z-index: 1;
       border: 0px solid black;
       }  

        #textindex { float: left;
        text-align: center;
        background-color: #ffffff;
        height: 395px;
        width: 402px;
        padding-left: 0px;
        padding-right: 6px;
        position: relative;
        padding-top: 8px;
        z-index: 1;
        border: 0px solid black;
        } 

                     
        #footer { 
        text-align: center;
        background-color: #331111;
        width: 700px;
        height: px;
        position: relative;
        z-index: 1;
        border: 0px solid red;
        margin: 0 auto;
        } 
         
        #copyright { 
        text-align: center;
        background-color: #331111;
        width: 700px;
        height: px;
        position: relative;
        z-index: 1;
        border: 0px solid red;
        margin: 0 auto;
        } 


p {
   color: #330000;
   font-size: 10pt;
   font-family: arial;
   font-weight: ;
  }

h1 {
   color: #330000;
   font-size: 16pt;
   font-family: verdana;
   font-weight: bold;
  }

h2 {
   color: #330000;
   font-size: 16pt;
   font-family: arial;
   font-weight: bold;
  }
