body {
    background-color: #333333;
}

h1, h2, h3, p {
    font-family: verdana, helvetica, geneva, sans-serif;
    font-weight: normal;
    color: #cccccc;
}

h1 {
    font-size: 16pt;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 13pt;
    line-height: 16pt;
}

p {
    font-size: 10pt;
    line-height: 14pt;
    vertical-align: top;
}

a {
    font-family: verdana, helvetica, geneva, sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

a:link {
    color:#cccccc;
}

a:visited {
    color:#cccccc;
}

a:hover{
    color:#ffffcc;
}

a img {
    border: none;
}

img {
    border: none;
}