body {
font-style : normal;
font-family : Georgia;
font-weight : normal;
font-size : small;
color : white;
background-color : black;
text-align : left;
border-top : black;
border-bottom : black;
border-left : black;
border-right : black;}
}
div.container {
width:100%;
margin:0px;
border:0px;
line-height:150%;
}
div.header {
height:157px;
width:100%;
padding:0em;
color:white;
background-color:black;
clear:left;
}
div.footer {
height:20px;
padding:0em;
color:white;
background-color:black;
clear:left;
border-top:1px solid gray;
}
div.left {
float:left;
width:160px;
margin:0;
padding:0.5em;
}
div.content {
margin-left:165px;
border-left:0px solid gray;
padding:1em;
}
H1 {
font-family : Georgia;
font-weight : bold;
font-style : italic;
font-size : xx-large;
text-align : center;
}
H2 {
font-family : Georgia;
font-weight : bold;
font-size : large;
text-decoration : underline;
}
H2.center {
font-family : Georgia;
font-weight : bold;
font-size : large;
text-decoration : underline;
text-align : center;
}
p.footnote {
font-family : Georgia;
font-size : xx-small;
}
p.center {
text-align : center;
}
a:link {
font-style : normal;
font-family : Georgia;
font-weight : normal;
font-size : small;
color : white;
text-align : center;
}
a:visited {
font-style : normal;
font-family : Georgia;
font-weight : normal;
font-size : small;
color : white;
text-align : center;
}
a:hover {
font-style : normal;
font-family : Georgia;
font-weight : normal;
font-size : small;
color : gold;
text-align : center;
}
a:active {
font-style : normal;
font-family : Georgia;
font-weight : normal;
font-size : small;
color : white;
text-align : center;
}