body {
	background-image: url('graphics/knights_bg.jpg');
	background-color: #30503B;
	color: #ffffff;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 3.5%;
	margin-bottom: 3.5%;
	text-align: center;
}
a:link {
	background-color: transparent;
	color: #80FFFF;
}
a:visited {
	background-color: transparent;
	color: #FF8080;
}
a:active {
	background-color: transparent;
	color: #406488;
}
a:hover {
	background-color: transparent;
	color: #6F97BD;
	text-decoration: none;
}
a:link img {
	border-color: #e5dab7;
	border-width: 1px;
	border-style: solid;
}
a:visited img {
	border-color: #2E4E39;
	border-width: 1px;
	border-style: solid;
}
a:hover img {
	border-color: #80FFFF;
	border-width: 1px;
	border-style: dashed;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
}
h2 {
	font-size: 18pt;
}
/* img { border : none; } */
hr {
	color: #C0C0C0;
	background-color: #2E4E39; 
	border-color: #e5dab7;
	border-width: 2px;
	border-style: ridge;
}
p.size { /* 800 x 600 or 1024 x 768 */
	color: #FFFFC0;
	font-weight: bold;
}
.credits { /* author model artist source */
	color: #FFFFC0;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
td.bgcolor { /* center cell needs color */
	background-color: #0a241b;
}
td { /* needs top aligned */
	vertical-align: top;
	text-align: center;
}
td.one { /* last cell on right cell */
	vertical-align: top;
	width: 14%;
	text-align: center;
}
.smalltext { /* Text at bottom of page */
	font-size: 10pt;
	text-align: center;
}
.border {
	margin-top: 3px;
}
div.container {
	background-color: #2E4E39; 
	border-color: #e5dab7;
	border-width: 3px;
	border-style: ridge;
	background-image: url('graphics/knights_bg1.jpg');
}
