.text {
	color : Silver;
	font-style : normal;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 15;
	margin-left : 30;
	margin-right : 30;
	margin-top : 20;
	line-height : 150%;
}
.red {
	color : Red;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10;
	margin-left : 5;
	margin-right : 5;
	margin-top : 5;
}

.link {
	color : #DCDCDC;
	font-weight : normal;
	font-size : 15;
	font-family : "Calligraph421 BT";
	letter-spacing : 1px;
}
A {
	text-decoration: none;
	color: White;
}
A:hover {
	text-decoration: none;
	color: Lime;
}
FONT.red { color: #CC3333; }
