
a:link {
	text-decoration: none;
	color: white;
	font-size: 14px;
	letter-spacing: 3px;
	font-family: "Segoe Script";
	font-weight: normal;
}
a:hover {
	color: white;
	text-decoration: underline;
	font-size: 14px;
	font-family: "Segoe Script";
	font-weight: normal;
	letter-spacing: 3px;
}
a:visited {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: "Segoe Script";
	font-weight: normal;
	letter-spacing: 3px;
}


table {
	background-color: #000000;
}
body {
	font-family: "Segoe Script";
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: justify;
	text-indent: 0px;
	color: silver;
	background-color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-arrow-color: White;
	scrollbar-base-color: White;
	scrollbar-face-color: Black;
	scrollbar-darkshadow-color: Silver;
	scrollbar-highlight-color: Black;
	scrollbar-track-color: #eeeeee;
	line-height: 18px;
	text-autospace: ideograph-alpha;
}

