/ * CSS1 Style Sheet by Andrew Down for www.six-ex.com * /


FONT	{font-family: verdana, helvetica, sans-serif; font-size: 8pt;
	color: white; text-align: left;}

BODY	{font-family: verdana, helvetica, sans-serif; font-size: 8pt;
	color: black; text-align: center;  font-weight: normal;
	margin-top: 0in}

TD	{font-family: cursive; font-size: 9pt;
	color: black; text-align: left; text-decoration: none}

.history {font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12pt;
	color: white; font-weight: normal; text-align: left}

.button {font-family: arial; font-size: 9pt;
	color: blue; text-align: left; text-decoration: none}

.whatson {font-family: arial; font-size: 9pt;
	color: white; text-align: left; text-decoration: none}

.whatsontitle {font-family: arial; font-size: 10pt; color: yellow;
 text-align: left; font-weight: bold; text-decoration: none}

.members {font-family: arial; font-size: 9pt;
	color: white; text-align: left; text-decoration: none}

.memberstitle {font-family: arial; font-size: 10pt;
	color: yellow; text-align: left; font-weight: bold; text-decoration: none}

.memberstitle2 {font-family: arial; font-size: 14pt;
	color: yellow; text-align: left; font-weight: bold; text-decoration: none}

H1	{font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16pt; color: white; text-align: center;}

H2	{font-family: arial, helvetica, sans-serif; font-size: 12pt;
	color: white; text-align: center; font-weight: bold;}

H3	{font-family: verdana; font-size: 10pt;
	color: cyan; text-align: center; font-weight: bold;
	text-decoration: none;}

H4	{font-family: arial; font-size: 12pt;
	color: black; text-align: center; font-weight: bold;
	text-decoration: none;}

H5	{font-family: arial; font-size: 20pt;
	color: black; text-align: center; font-weight: normal;
	text-decoration: none;}

H6	{font-family: arial; font-size: 26pt;
	color: blue; text-align: center; font-weight: bold;
	text-decoration: none;}

H7	{font-family: arial; font-size: 14pt;
	color: white; text-align: center; font-weight: bold;
	text-decoration: none;}

}

/** nav **/

#nav {
  margin-top: 50px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

