/* gal.css */
body {
	background-color: #000000;
	color: #ffffff;
	font-family: serif;
	font-size: 1.16em;
	padding-left: 8px;
	text-align: center;
	visibility: visible;
	width: 849px;
}

img {
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
}

table {
	width: 98%;
	text-align: center;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;
	background-color: transparent;
	font-family: georgia, serif;
	color: #ffffff;
	position: static;
	/* margin-left: auto; */
	/* margin-right: auto; */
}

table a {
	color: #ffffff;
	font-family: georgia, serif;
	text-decoration: none;
	background-color: transparent;
	position: static;
}

tr, td {
	width: 20%;
	padding: 0px;
	border-style: solid;
	border-width: 1.5px;
	border-color: #303030;
	background-color: transparent;
	color: #ffffff;
}

tr.clear, td.clear {
	width: 128px;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}

td.mean {
	padding-left: 8px;
	border-style: dotted;
	border-width: 1px;
	border-color: #80bbff;
	background-color: transparent;
	color: #ffffff;
	text-align: left;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a.visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

h1, h3 {
	background-color: transparent;
	color: #ffffff;
	font-family: serif;
	text-align: center;
}

h2 {
	background-color: transparent;
	color: inherit;
	font-family: serif, monospace;
	text-align: center;
}

p {
	color: #ffffff;
	font-family: tahoma, didot, serif;
	text-align: right;
}

pre {
	background-color: transparent;
	font-family: georgia, serif;
	font-size: 100%;
	color: #ffffff;
}

div.box {
	background-color: transparent;
	border-style: solid;
	border-width: thin;
	font-family: tahoma, didot, serif;
	color: #ffffff;
	text-align: left;
	margin-left: 0%;
	padding-left: 0.75em;
	width: 100%;
}

div.footer, div.footer a {
	border-style: none;
	color: #ffffff;
	font-family: tahoma, didot, serif;
	font-size: 96%;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}