BODY {
	background-color : CC3300;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

P {
	color : #EAEAEA;
	font-size : 14px;
}
H2 {
	font-size : 20;
	color : #FFFFCC;
	font-weight : bold;
}
H1 {
	font-size : 24;
	color : #FFFFCC;
	font-weight : bold;
}

A {
	color : #EAEAEA;
	font-weight : bold;
	font-size : 14px;
}
A:VISITED {
	color : #EAEAEA;
	font-weight : bold;	
	font-size : 14px;
}
A:HOVER {
	color : #33CCFF;
	font-weight : bold;
	font-size : 14px;
}


TABLE {
	border-width : 2 2 2 2;
	border-color : Black;
	padding-bottom : 2;
	padding-left : 2;
	padding-right : 2;
	padding-top : 2;
	font-size : 14px;
}

TH {
	background-color : #3399CC;
	color : White;
	font-size : 14px;
}
TD {
	background-color : #EAEAEA;
	vertical-align : top;
	text-align : left;
	border-width : 0 0 0 0;
	border-color : Black;
	font-size : 14px;
}

TD.rood {
	background-color : #CC3300;
	vertical-align : top;
	text-align : left;
	border-width : 0 0 0 0;
	border-color : Black;
	color : #EAEAEA;
	font-size : 14px;
}
