h1,h2,h3,h4,table
{ text-align: center;
  font-family: "lucida calligraphy", arial, 'sans serif'; } 
p
{ font-family: arial, 'sans serif'; 
margin-left: 10pt; 
line-height: 15pt; 
  font-weight: normal; 
  text-align=center; 
  } 
body 
{ background-image: url("stucco.jpg"); } 
#leftcontent {
		float:left;
		width:67%;
		background-image: url("stucco.jpg");
		margin-right:15px;
		}
#rightcontent {
		}


th,td 
{ text-align: center;
  text-indent: 8pt;
  font-size: 80%} 
h1,h2,h3 
{ color: red; }
li
{ font-size: 80%; 
  font-weight: 700; }
ul.navbar { 
           list-style-type: none; padding: 0; margin: 0; 
           position: left; top: 2em; left: 1em; width: 9em }
ul.navbar li { 
              margin: 0.5em 0; 
              padding: 0.3em; } 
ul.navbar a { text-decoration: none; } 

a:link { color: red; 
         text-decoration: none; } 
a:visited { color: maroon; 
            text-decoration: none; } 
a:active { color: blue; 
           text-decoration: none; } 
a:hover { color: navy; 
          text-decoration: none; }

