body {
	background-color: #000000;
}

body, p, td {
        font-family: helvetica, arial, sans-serif;
        font-size: 16px;
        color: #ffffff;
}

.code {
        font-size: 12px;
        font-family: courier, fixed, monospace;
}

a:link, a:visited, a:active {
        text-decoration: none;
	color: #ff0000;
}


