BODY {
	background-color : Black;
	margin : 10px 10px 10px 10px;
}
P {
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
}
UL {
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
}
A {
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration: none;
	color: #000000;
}
A:HOVER {
	text-decoration: underline;
	color: #CC0000;
}
.bold {
	font-weight: bold;
}
.small {
	line-height : 12px;
	font-size: 10px;	
}
.green {
	color: Green;
}
.red {
	color: Red;
}