A {
	color : Black;
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
}
A:ACTIVE {
	color : White;
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
}
A:HOVER {
	color : White;
	font-family : Arial;
	font-size : 12px;
	text-decoration : underline;
}
A:VISITED {
	color : Black;
	font-family : Arial;
	font-size : 12px;
	text-decoration : none;
}
.text {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : justify;
	padding-left : 16px;
	padding-right : 10px;
	vertical-align : middle;
	padding-bottom : 10px;
	padding-top : 20px;
}
BODY {
	scrollbar-face-color : Gray;
	scrollbar-arrow-color : Black;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : Black;
	scrollbar-dark-shadow-color : Silver;
	scrollbar-base-color : Gray;
	scrollbar-3d-light-color : Gray;
	background-color : #cccccc;
}