body
{
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;
	background-color: black;
	font-size: 12px;
}

.affiliate-text{
	font-size: 10px;
}


.headertext{
	font-size: large;
	font-weight: bold;
	color: #CCFF33;
}
.headertext-white{
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}

.leftdashes{
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: dashed;
	text-align: left;
}
.copyright-dashes{
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: dashed;
}

.bothdashes {
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCFF66;
	border-top-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCFF66;
	border-bottom-style: dashed;
}

.highlighted{
	color: #ccff33;
	font-weight:bold;
	}

.highlighted-white{
	color: #FFFFFF;
	font-weight:bold;
	}
a:link
{
  color: #CCFF33;
  text-decoration: none;
}

a:visited
{
  color: #CCFF33;
  text-decoration: none;
}

a:active
{
  color: #CCFF33;
}

a:hover
{
	color: yellow;
	text-align: right;
	text-decoration: underline;
}

 .texta {
 font-size: 11px;
 background-color: #FFC
 border: 1px solid #CCCCCC;
}
.bold {
	font-weight: bold;
}
.yellow {
	color: #FF0;
}
