.imageSection,
.footnote,
.main {
   color: #333333;
   font-family: helvetica,arial,sans-serif;
}

.main {
   font-size: 12pt;
   border-bottom: white 1px solid;
}

.imageSection{
   padding: 5px;
   margin: 5px;
   background-color: #BBBBBB;
}

.imageSection {
   font-size: 10pt;
}

.footnote {
   border-top: white 1px solid;
   font-size: 8pt;
}


A:link {
   text-decoration: none;
   color: #3333AA;
}
A:visited {
   text-decoration: none;
   color: #3333AA;
}
A:active {
   text-decoration: none;
   color: #3333AA;
}
A:hover {
   text-decoration: underline;
   color: #AA3333;
}

body{
   background-color: #DDDDDD;
}
