html { height: 100%; margin-bottom: 1px; font-family:Verdana;}

body {
	background:#000000;
	color: #BCBCBC;
	text-align:center;
}

a:visited, a:active,a:link{
  color: #fff;
  font-size:12px;
}

a.more:visited, a.more:active,a.more:link{
  color: #fff;
  font-size:12px;
}

p {
  font-size:12px;
}

h2{
	font-size: 14px;
}

.navButton {
  background: url(buttons/buttonBg.gif) repeat-x; height:26px; width:110px;
  text-align:right;
  border:1px solid red;
}
.navButtonLeft{
  float:left;
  background: url(buttons/buttonLeft.gif) no-repeat;
  height:26px;
  width:6px;
  border:0px solid blue;
}
.navButtonRight{
  float:right;
  background: url(buttons/buttonRight.gif) no-repeat;
  height:26px;
  width:6px;
}
.navButtonText {
	  font-size:14px;
	  text-decoration:none;
}

