body {
	background-color: #000066;
	background-image:  url('images/small-dark.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right top;
	margin-right: 100px; 
	margin-left:0; 
	margin-top:0; 
	margin-bottom:0
}

body, td, div {
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
}

h1 {
	font-family: Arial Rounded MT Bold, Arial Black;
	font-size: 30px;
	color: FFFF00;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-family: Arial;
	font-size: 20px;
	color: FFFF00;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}

h3 {
	font-family: Arial;
	font-size: 17px;
	color: FFFF00;
	font-weight: 600;
	text-transform: capitalize;
}

#knights {
	float: top left;
	margin: 10px;
	width: 200;
	height: 200;
}

.small {
	font-family: Arial Narrow;
	font-size: 13px;
	color: FFFFCC;
}

#title {
	position: absolute;
	top: 10px;
}

a {
	color: #FFFFCC;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

a: hover {
	color: FFFF00;
	text-transform: uppercase;
	text-decoration: underline overline;
}

a:visited {
	color: CCFFFF;
}

hr {
	height: 2px;
	color: #ffffff;
}