body	{margin-left:10%; 
		margin-right:7%;
		background-color:#FFFFdd;
		color:#660000;
		font-size:100%;
		font-family: georgia, "times new roman", times, serif;
		background-image: url(?);
		}

a:link {text-decoration: underline; color: #0000FF; font-weight: bold;}
a:visited {text-decoration: underline; color: #8800ff;}
a:hover {text-decoration: none; color: #009900;}
a:active {text-decoration: underline; color: #FF6633;}

p {text-indent: 2em;}


blockquote	{margin-left: 10%;
					margin-right: 7%;
					}

h1, h2, h3, h4, h5, h6 {
									color:#FFFFdd;
									background-color:#660000;
									border-width: 0.2em 0.4em 0.4em 0.2em;
									border-style:outset;
									border-color:#aa0000;
									}

h1, h2	{text-align: center;
				padding:0.4em;
				margin-top:0.5em;
				}

h3, h4, h5, h6	{text-align: left;
						width:70%;
						padding:0.1em 0.1em 0.1em 1.0em;
						margin-top:1.5em;
						}
	
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.30em;}
h4 {font-size: 1.15em;}
h5 {font-size: 1.0em;}
h6 {font-size: 0.87em;}


dt {font-weight: bold; 
	padding: 1em 0 0.4em 0;}	
dd {padding-bottom: 0.75em;}

hr {color:#660000;
		background-color: #660000;
		height: 2px;
		border: 0;
		clear: both;}

hr .clear {height: 0px;
				margin 0;
				padding 0;
				}

#cont_container{
					text-align: center;
					width: 97%;
					padding-left: 1%;
					padding-right: 1%;
				}


#content{padding: 0.5em;
				text-align: left;
				max-width: 33em;
				min-width: 25em;
				margin: auto;
				}

div#warning {clear: both;
						width: 27%;
						text-align: left;
						padding: 0.3em;
						margin: 0.5 em;
						border: 0.1em solid brown;
						}
						
						
div#bottomnav {text-align: center;
				color:#FFFFdd;
				background-color:#660000;
				padding:0.3em;
				margin-top:1.5em;
				margin-bottom:1.5em;
				border-style:outset;
				border-color:#aa0000;
				border-width: 0.2em 0.4em 0.4em 0.2em;
				}

#bottomnav a:link {text-decoration: underline; color:#FFff33; font-weight: bold;}
#bottomnav a:visited {text-decoration: underline; color:#FF9933;}
#bottomnav a:hover {text-decoration: none; color:#00ff00;}
#bottomnav a:active {text-decoration: underline; color:#ff0000;}
 
address {text-align: center;
				color:#FFFFdd;
				font-size:0.8em;
				font-family: Verdana, sans-serif;
				font-weight:lighter;
				background-color:#660000;
				padding:0.3em;
				margin:1.5em 20% 1.5em 20%;
				border-style:outset;
				border-color:#aa0000;
				border-width: 0.2em 0.4em 0.4em 0.2em;
				}

				address a:link {text-decoration: underline; color:#FFff33; font-weight: bold;}
				address a:visited {text-decoration: underline; color:#FF9933;}
				address a:hover {text-decoration: none; color:#00ff00;}
				address a:active {text-decoration: underline; color:#ff0000;}

