body {
					font-family: Trebuchet MS; 
					background-color: #CCFF99; color:#006600
					}
h1 {
					font-size: 1.2em;
					}
h2 {
					font-size: 1.1em;
					}
div#footer {
					font-size: .6em;
					text-align: center;
					margin: auto;
					width: 60%;
					clear: both;
					margin-top: 15px;
					}

div#contentcontainer  {
						width: 90%;
						text-align: center;
						margin:auto;
						overflow: hidden;
						background-color: #CCFF99;
						}
						
div#content {
						margin-top: 10px;
						float: right;
						width: 75%;
						display: inline;
						padding: 10px;
						text-align: left;
						}
.fineprint {
						font-size: .7em; 
						font-style:italic
						}
div#header {
						text-align: left;
						overflow: hidden;
						height: 100%;
						clear: both;
						}

div#footer {
					clear: both;
					overflow: hidden;
					width: 70%;
					margin-top: 100px;
					}

div.bordered {
					border: 3px outset #008000;
					background-color: #FFFFFF;
					}
					
.imageleft {
					margin-right: 1em;
					float: left;
					overflow: hidden;
					}
.imageright {
					margin-left: 1em;
					float: right;
					overflow: hidden;
					}
					
					
h1 {
					font-size: 1.3;
					}

a.link {			
					text-decoration: none;
					color: green;
					border-bottom: 1px dotted green;
					}
a:hover.link {
					border-style:solid; 
					border-width:1px; 
					color: #000000;
					background-color: #CCFF99;
					}

					
a.hide {
					color: green;
					text-decoration: none;
					}
a:hover.hide {
					color: green;
					text-decoration: none; 
					border-bottom-style:dotted;
					border-left-width:0px; 
					border-right-width:0px; 
					border-top-width:0px; 
					border-bottom-width:1px; 
					}
.padded {
					margin: 1em;
					}
.fineprint {
					font-style: italic; font-size:.8em