h1
{
	font-size: x-large;
	color: darkgreen;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

h2
{
	font-weight: bold;
	font-size: large;
	margin-left: 20px;
	
	color: darkslateblue;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
	height: 30px;
	text-align: center;
}

h3 {
	color: black;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing : 1px;
	margin-left: 20px;
}

h4{
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	letter-spacing : 1px;
	font-size : medium;
}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size : small;
	}
dl{
	color: black;
	font-size: 20px;
	font-family: Futura-Condensed-Bold, Arial, Helvetica, sans-serif;
	white-space : nowrap;
	line-height : 25px;
}
BODY
{
	font-size: small;
	color: black;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: honeydew;
}
.gamebg {
	
	background-color : #faf2da;
	background-image : url(images/camobg.jpg);
}
P{
	padding-bottom: 1px;
}

A
{
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}

A:HOVER {color : #CCCC99;}
:VISITED:HOVER {color : #CCCC99;}
:VISITED{
	color : Blue;
}
.sidebar{
	text-decoration : none;
	color : White;
	font-weight : normal;
	font-size : 20px;
	line-height : 27px;

}
A:LINK.sb
{
	font-size: medium;
	color: darkblue;
}

A:HOVER.sb
{
	color: skyblue;
}
:VISITED:HOVER.sb
{
	color: cornflowerblue;
}
:VISITED.sb
{
	color: mediumblue;
}
A.undo
{
	font-weight: bold;
	font-size: small;
	color: mediumblue;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
A:LINK.undo
{
	font-weight: normal;
	font-size: x-small;
	color: darkblue;
}

A:HOVER.undo
{
	color: skyblue;
}
:VISITED:HOVER.undo
{
	color: cornflowerblue;
}
:VISITED.undo
{
	color: mediumblue;
}
A.undo
{
	font-weight: normal;
	font-size: x-small;
	color: mediumblue;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

 
hr{
	color : Black;
	width : 100%;
}

.pborder{
	border : thin dashed Gray;

}
.bord_right {
	BACKGROUND-IMAGE: url(images/bright.jpg); BACKGROUND-REPEAT: repeat-y
}
.bord_top {
	BACKGROUND-IMAGE: url(images/btop.jpg); BACKGROUND-REPEAT: repeat-x
}
.bord_bot {
	BACKGROUND-IMAGE: url(images/bbottom.jpg); BACKGROUND-REPEAT: repeat-x
}
.bord_left {
	BACKGROUND-IMAGE:  url(images/bleft.jpg); BACKGROUND-REPEAT: repeat-y
}
.bbord_right {
	BACKGROUND-IMAGE: url(images/bbright.jpg); BACKGROUND-REPEAT: repeat-y
}
.bbord_top {
	BACKGROUND-IMAGE: url(images/bbtop.jpg); BACKGROUND-REPEAT: repeat-x
}
.bbord_bot {
	BACKGROUND-IMAGE: url(images/bbbottom.jpg); BACKGROUND-REPEAT: repeat-x
}
.bbord_left {
	BACKGROUND-IMAGE:  url(images/bbleft.jpg); BACKGROUND-REPEAT: repeat-y
}
.pictbord
{
	border : medium double #8B4513;
}
TABLE
{
	margin-left: 20px;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	background-color: #669966;
	border-bottom-style: none;
	
	
}

th
{
	font-weight: bold;
	font-size: medium;
	color: crimson;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: mintcream;
	border-bottom-style: none;
	
}

td
{
	background-color: honeydew;
	
}
TD.firstname
{
	font-weight: bold;
	font-size: medium;
	color: snow;
	background-color: #669966;
	
}
TD.normal
{
	font-weight: bold;
	font-size: medium;
	background-color: honeydew;
	
}
TABLE.normal
{
	color: black;
	position: relative;
	background-color: honeydew;
	
}
TH.normal
{
	background-color: honeydew;
	
}