body {
	margin:0px;
	background-color: #6B6B6B;
}
a, h1, p {
	margin:0px;
}
a:link, a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover, a:active {
	color:#003366;
	text-decoration: underline;
}
table.linktable {
	width: 100%;
	margin: 0px 0px;
}
table.linktable td {
	margin:0px;
	padding:10px 30px 10px 30px;
	background-color: #CCCCCC;
}
table.linktable h1 {
	font-size: 2.5em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	line-height: .8em;
	margin-bottom: 0px;
	margin-top: 0px;
	font-variant: small-caps;
	color: #003366;
	letter-spacing: 0.05em;
}
table.linktable h1 span {
	font-size: .7em;
}
table.linktable td.link {
	background-color: #003366;
}
table.linktable td.thumbtablecell {
	background-color: #6B6B6B;
}
table.linktable td.link a {
	font-size:1.1em;
	font-weight:bold;
}
table.linktable td.link a:link, table.linktable td.link a:visited {
	color: #CCCCCC;
}
table.linktable td.link a:hover, table.linktable td.link a:active {
	color: #FFFFFF;
}
table.thumbtable {
	width: 96%;
	margin: 0px auto;
}
table.thumbtable td {
	width: 16%;
	margin:0px;
	text-align:center;
	padding:4px;
	background-color: #6B6B6B;
}
table.thumbtable td img {
	border: solid 3px #000000;
}
hr {
	height:3px;
	color:#003366;
	background-color:#003366;
	width:96%;
	border:none;
	outline:none;
}