body {
    background-attachment: fixed;
    background-image: url("contentframe_background.png"); 
    background-color: ##2f2f32;
    background-repeat: repeat;
    font-family: arial,helvetica,sans-serif;
    font-size: 12pt;
    margin: 0;
    padding: 10px 10px 0;
    color: white;
}
td {
    font-family: arial,helvetica,sans-serif;
    font-size: 11pt;
    line-height: 12pt;
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
strong {
  color: green;
}
