* { padding: 0; margin: 0; }
img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(yellow_maple_bkg.jpg);
	background-repeat: repeat;
	background-color:#88BBFF;
}

#wrapper { 
 margin: 5ex auto;
 width: 822px;
 height:100%;
}
#content {
	width: 800px;
	color: #000000;
	border: 4px solid #0088ff;
	background-repeat: repeat-x;
	background-color:#BBDDFF;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

#content h1{font-size:xx-large;}
#content h2{font-size:x-large;
            margin-bottom:3px;
            margin-top:9px;
            margin-left:1px;
            }
#content h3{font-size:large;
            margin-bottom:3px;
            margin-top:9px;
            margin-left:3px;
            }
#content p
{
    font-size:medium;
    margin-left:4px;
    margin-right:40px;
    margin-bottom:5px;
    margin-top:5px;
    }
    
#content ol { list-style-type: upper-roman;
              list-style-position: inside;
              margin-left:5px; 
              }
#content ul { list-style-type: circle;
              list-style-position: inside;
              margin-left:5px;
              }     

button {
  float: left;
  clear: both;
  margin-left: 10em;
  margin-top: 1em;
}
table, th, tr, td {
	border-collapse: collapse;
	border: 1 px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}