BODY {
	color: White;
	background-color: #6699CC;
	font-family: arial, sans-serif;
	font-size: x-small;
	text-align: justify;
	scrollbar-arrow-color : #CCCC33;
	scrollbar-base-color : #6699CC;
	scrollbar-dark-shadow-color : #6699CC;
	scrollbar-face-color : #6699CC;
	scrollbar-highlight-color : #6699CC;
	scrollbar-shadow-color : #6699CC;
}

table {
	color: White;
	background-color: #6699CC;
	font-family: arial, sans-serif;
	font-size: x-small;
	text-align: justify;
}

A {
	color: #191970;
}

A:HOVER {
	color: #FFD700;
}