body { background-color: black; }

.content
{
	color: #FFF;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}

.boldyellow
{
	color: #FFFF00;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
}

.boldblue
{
	color: #3399FF;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
}

.boldpink
{
	color: #FF3399;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
}


.title1
{
	color: #FFFF00;
    font-family: century gothic, trebuchet, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.title2
{
	color: #FFFF00;
    font-family: century gothic, trebuchet, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;

}
   
   
.small
{  color: #FFF;
   font-family: verdana,helvetica,arial,sans-serif;
   font-size: 10px;
   font-weight: normal:
  }
    
    
a:link
{
    color: #FF3399;
    text-decoration: underline;
    font-weight: bold;
}


a:visited
{
    color: #FF3399;
    text-decoration: underline;
    font-weight: bold;
}


a:hover 
{
   color: #3399FF;
   text-decoration: underline;
   font-weight: bold;
}

