


body {min-width:640px; background-repeat:repeat; background-color: white; color:black}
#header, #side1, #content, #footer {overflow:hidden; display:inline }
#header, #footer {width:100%} /* head and foot across whole page */

#side1, #content {float:left} /* order in body important as
each area is stacked to the left */

#content {width:70%; margin-left:10%; display:inline}

#side1 {width:20%; margin-left:0%; display:inline; background-color: #FFFFCE;}


#footer {clear:both; background-color:white; color:black; }

#side1 li {font-family: "Comic Sans MS" ; list-style: none; font-size: 1.05em;
line-height:1.5em;} 
#side1 a, a:hover { text-decoration: none; } 
#side1 a:hover {color: blue;} 
#header h1 {background-color:white; color:white; padding: 10px;
font-size:1.5em; font-family: "Comic sans ms", Arial;
border-style:solid; font-variant:small-caps;}
#content li { list-style-image: url('image.gif');} /* puts an image on
lists in content area */
#content h1 { font-family: "Comic Sans MS", sans-serif;font-size: 1.3em; color: blue; letter-spacing:0.5em; }
#content p {font: 0.9em/1.3em "comic sans ms"; margin:0px 10px 10px
10px; text-align: justify; text-indent:1em; }
#footer li {list-style: none; display: inline; word-spacing:10em;}
#footer a {text-decoration: none; color:blue;}

h1, h2, h3 { font-family: "Comic Sans MS", sans-serif;}
em {font-style: italic;}
h1 {font-size: 1.3em; color: blue; letter-spacing:0.5em; }
h2, h3 {font-size: 1.2em; color:blue; background-color: #FFFFCE;}
strong {font-weight: bold; font-size:1.1em}
u {text-decoration: underline;}
.sub {vertical-align: sub; font-size:70%; letter-spacing: 0.6em;} /* a
class */
img.right {float: right; margin: 5px; border-style: none; }