body {
width: 840px;
margin: 0 auto;
text-align: center;
font-size: 10pt;
font-family: Verdana;
}		

iframe {
float:left;
padding-top:5px;
padding-bottom:5px;
}

#Title {
float: left;
margin-top: 20px;
}

#Menu {
clear: left;
float: left;
margin-bottom: 15px;
}

#Narrative {
clear: left;
float: left;
text-align: justify;
}

#footer {
padding-top: 10px;
clear: left;
}

#Inactive {
font-weight: bold;
color: #444;
padding-bottom: 2px;
border-bottom: 1px solid #aaa;
}

h2 {
color: red;
text-decoration: none;
padding:0px;
margin:0px;
margin-bottom: 10px;
font-size: 14pt;
}

h3 {
color: orange;
text-decoration: none;
padding:0px;
margin:0px;
margin-bottom: 10px;
font-size: 11pt;
}

button {
color:red;
padding:5px;
margin-top:5px;
font-weight:bold;
}

.Shadow {
  -webkit-box-shadow: 0px 1px 8px #666666;
  -moz-box-shadow: 0px 1px 8px #666666;
  box-shadow: 0px 1px 8px #666666;
}

a {
text-decoration: none;
font-weight: bold;
}

a.image:hover {
border-bottom: 1px solid #0af;
}

a:link {
color: #999;
}

a:visited {
color: #999;
}

a:hover {
color: #444;
}

a:active {
color: #444;
}