
/* FeuchtWEB Style Sheet */
#container {
   position: absolute;
   width: 100%;
   height: 100%;
}
#body {
   position: relative;
   min-height: 100%;
   width: 90%;
   min-width: 7.5in;
   padding-left: 1em;
   padding-right: 1em;
   background-color: white;
   border-left: 3px solid #208484;
   border-right: 3px solid #208484;
}
#header {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   padding-top: 10px;
   text-align: center;
   color: #208484;
}
#header p {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: bold;
   font-size: 24pt;
}
#nav {
   font-size: 10pt;
}
#footer {
   text-align: center;
   padding-bottom: 10px;
}
#puzzle {
	position: relative; 
	align: center; 
	height: auto;
}
h1 {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   text-align: left;
   color: #208484;
   font-weight: bold;
   font-size: 20pt;
}
hr {
   background-color: #208484;
   height: 3px;
   border: none;
   width: 100%;
}
textarea {
   resize: none;
   font-family: Helvetica,Arial,sans-serif;
   font-weight: normal;
   overflow: hidden;
}
table {
   font-family: Helvetica,Arial,sans-serif;
   font-weight: normal;
}
a:visited {color: #208484;}
a:hover {color: #CC0D00;}
a {color: #0066CC;}
body {
   background-color: #EAEAEA;
   font-size: 13pt;
   margin: 0;
}
table, th, td {
    border-collapse: collapse;
}
img {
   border: none;
   margin: 5px;
}
p {
   font-family: Helvetica,Arial,sans-serif;
   font-weight: normal;
}
#header p, #footer p {text-align: center; margin: 0px; }
#content p {text-align: justify;}
#email_addr, #hitcounter {position:relative; top:9px;}
#update {font-style: italic; font-size: 10pt; padding-top:1em;}
table {
   width:90%;
   position:relative;
   align:center;
}
.image {
   text-align:center;
}
.caption {
   font-size:12pt;
   font-style:italic;
   font-weight:bold;
   text-align:center;
}
.equation {
   text-align:right;
   font-weight:bold;
   font-size:16;
}
#comment_form {
   font-family: Helvetica,Arial,sans-serif;
   text-align: left;
}
.comment {
   border: 3px solid #208484;
   margin-top: 6px;
   padding: 3px;
   width:100%;
}
.name {
   vertical-align: top;
   width: 6em;
   font-weight: bold;
}
.graph {
   position: relative;
   background-color: white;
   width: 750px;
   height: 450px;
   border: 1px solid black;
   margin: 0px;
   padding: 0px;
}
