body {
	background: #223344;
	font-family: helvetica,tahoma,verdana,arial,serif;
	font-size: 12px;
	color: white
}

a:link, a:visited, a:active {
	font-family: helvetica,tahoma,verdana,arial,serif;
        font-size: 12px;
	text-decoration: none;
	color: white;
}

a:hover {
	font-family: helvetica,tahoma,verdana,arial,serif;
        font-size: 12px;
	background-color:#0066ee;
}

table {
	font-family: helvetica,tahoma,verdana,arial,serif;
        font-size: 12px;
}

input {
	font-family: helvetica,tahoma,verdana,arial,serif;
        font-size: 12px;
}

pre {
	font-family: helvetica,courier;
        font-size: 12px;
}
