body {
  font-size: 75%;  
  font-family: Georgia, Century Gothic, Tahoma, Arial, Verdana;
  font-color: #336666;
  text-align: center;
  background: #fff;
  margin: 5%;
  margin-left: 15%;
  margin-right: 15%;
}	



a {
   color: #667766;                                           
   text-decoration: none;
   border-bottom: 1px dotted #ccc;                                  
}

a:hover {
  color: #533;
  background: #ebecea;
  text-decoration: none;
  border-bottom: 1px solid #533;                                  
}

small {
  font-size: 0.8em;
}

p
{   font-size: 1.0em;       }

h1, h2, h3 {
  font-weight: normal;
  text-align: center;
}

h1 {    font-size: 3.0em;     }
h2 {    font-size: 2.5em;     }	
h3 {    font-size: 1.6em;     }

#id-footer 
{
   margin: 10px 0px 0px 0px;    /* top right bottom left */
   text-decoration: none;
}

/* --------------------------

   Stylesheets: style.css
   Simplex theme stylesheets: autumn.css, default.css, wordpress.css
   Stored at: ../wp-content/themes/simplex/
   
   Background images: 
   Stored at: ../wp-content/themes/simplex/images/

   Header   ===> removed
                 <img align="center" src="http://luciana.ca/images/banner.png"></img>
   Footer   ===> background: url('images/stitch.png') repeat;
   Sidebar  ===> background: url('images/stitch.png') repeat; 
   Pagemenu ===> background: url('images/stitch.png') repeat; 
   
  
   border-bottom: 1px solid #bba;
   border-top: 1px solid #bba;
   background: url('images/stitch.png') repeat;
  
-------------------------- */

