/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #3300FF;
	text-decoration: blink;
}
.navigation {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: #D03D03;
	display: block;
	padding: 4px;
	width: 140px;
}.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: #666666;
	display: block;
	padding: 4px;
	width: 140px;
}.stil3 {
font-family: "10 Minutes";
font-size: 36px;
color: #FF0000;
line-height: normal;
padding: 3px;
}
<style type="text/css">
body {
background-color: #000000;
}
td {
color:#cccccc;
}
.error {
font-weight:bold;
color:#cc0000;
}
.success {
font-weight:bold;
color:#009900;
}
</style>