body {
	background: #000000;
    color: #DDDDDD;
	font-family: Verdana, Tahoma;
	line-height: 17px;
	font-size: 8pt;
    overflow: auto;
	}
    
a:link, a:visited, a:active, a:hover {
	color: #DDDDDD;
	text-decoration: none;
	}
    
h1 {
    color: #DDDDDD;
    font-size: 18pt;
    font-weight: bold;
    }
    
img {
    border: none;
    margin: 0px;
    text-decoration: none;
    }
    
table {
    width: 600px;
	font-size: 8pt;    
    color: #DDDDDD;
    text-align: left;
    }
    
tr, td {
    vertical-align: top;
    }