
body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Verdana, Arial, sans-serif;
font-size : 9pt;
background-color : #333;
color : #fff;
}
.container {
width : 1000px;
text-align:left;
}
img {
border : 0;
}
a:link {
color : #fff;
text-decoration : none;
font-weight : bold;
font-size : 0.9em;
}
a:visited {
color : #ccc;
text-decoration : none;
font-weight : bold;
font-size : 0.9em;
}
a:hover {
color : #fff;
font-weight : bold;
text-decoration : underline;
font-size : 0.9em;
}
a:active {
color : #fff;
text-decoration : none;
font-weight : bold;
font-size : 0.9em;
}
.copyright {
font-size : 0.7em;
color : #ccc;
}
.tinywhitenotes {
font-size : 0.7em;
color : #fff;
}
.notes {
font-size : 0.8em;
color : #fff;
font-weight : bold;
}
.title {
font-size : 1em;
font-weight : bold;
color : #fff;
}
h1 {
font-size : 1em;
color : #fff;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;

}
h2 {
font-size : 1em;
color : #fff;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #fff;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
color : #ccc;
}
li {
padding : 1px 0;
}