.siteinfo {
	position: absolute;
	top: 742px;
	width: 100%;
	left: 0px;
	z-index: 2;
	visibility: visible;
	}
h1 {
	color: 666666;
	font-size: xx-small;
	font-weight: bold;
	}
h2 {
	color: 666666;
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
	}
h3 {
	color: 666666;
	font-size: xx-small;
	font-weight: normal;
	}

.smallinfo { font-size: 10px; color: 666666; font-family: arial;}

a:link {
	color: #666666;
	text-decoration: underline;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
		}
	a:active {
		color: #666666;
		text-decoration: underline;
		}
	a:visited {
		color: #666666;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

/* - footer - */
.footer {
	font-size: 12px;
	color: #666666;
	}

	a.footer:link {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:hover {
		color: #000000;
		text-decoration: underline;
		}
	a.footer:active {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

