BODY { 
	background-color: #FFFFCC;
	color:# 000000;
}

A#nav:link { 
	text-decoration: none; 
	color: black;
	font-weight: bold;
	leter-spacing:2px
}	/* unvisited links */

A#nav:visited { 
	text-decoration: none; 
	color: black;
	font-weight: bold;
	leter-spacing:2px
}   /* visited links   */

A#nav:hover { 
	text-decoration: none; 	
	background: #FF0000; 
	color: white; 
	font-weight: bold;
	leter-spacing:2px
}	/* user hovers     */

A#nav:active { 
	text-decoration: none; 
	color: lime 
	font-weight: bold;
	leter-spacing:2px
}   /* active links    */

A#nav-in:link { 
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold;
	leter-spacing:2px
}	/* unvisited links */

A#nav-in:visited { 
	text-decoration: none; 
	color: #CCCCCC;
	font-weight: bold;
	leter-spacing:2px
}   /* visited links   */

A#nav-in:hover { 
	text-decoration: none; 
	background: #FF0000; 
	color: white; 
	font-weight: bold;
	leter-spacing:2px
}	/* user hovers     */

A#nav-in:active { 
	text-decoration: none; 
	color: lime 
	font-weight: bold;
	leter-spacing:2px
}   /* active links    */


A:link { 
	text-decoration: none; 
	color: red;
	font-weight: bold;
}	/* unvisited links */

A:visited { 
	text-decoration: none; 
	color: red; 
	font-weight: bold;
}   /* visited links   */

A:hover { 
	text-decoration: none; 
	background: #FF0000; 
	color: white; 
	font-weight: bold;
}	/* user hovers     */

A:active { 
	text-decoration: none; 
	color: lime 
	font-weight: bold;
}   /* active links    */

h3, h4 {
	display: inline
	font-face: arial, helvetica; 
	font-family: sans-serif;
	font-weight: bold;
	font-size:12px;
}

h1, h2 {
	display: inline
	font-face: arial, helvetica; 
	font-family: sans-serif;
	font-weight: bold;
	font-size:16px;
}




TD#blk {
	background-color: #000000;
}
TD#nav {
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px; 
	padding-bottom: 1px;
	background-color:#FFFFFF;
	font-face: arial, helvetica; 
	font-family: sans-serif;
	font-weight: bold;
	font-size:10px;
}

TD#nav-in {
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px; 
	padding-bottom: 1px;
	background-color:#000066;
	font-face: arial, helvetica; 
	font-color: #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
	font-size:10px;
}

TD {
	font-color: #00FF00;
	font-face: arial, helvetica; 
	font-family: sans-serif;
	font-weight: normal;
	font-size:10px;
}

.winButton
{
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  font-family: 'Webdings';
  font-size: 13px;
  color: buttontext;
}