a:link {
	text-decoration: underline;
	color:white;
	cursor:crosshair;
}

a:visited {
	text-decoration: underline;
	color:Silver;
	cursor:crosshair;
}

a:hover {
	text-decoration: blink;
	color:blue;
	cursor:crosshair;
}

a:active {
	text-decoration: blink;
	color:red;
	cursor:crosshair;
}

.siteinfo {
	font-style: normal;
	font-size: 8pt;
}

body {
	background-color:black;
	scrollbar-base-color:gray;
	color:white;
}

h4 {
	text-align:center;
}


