body { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif;
  margin: 0px;
  color: #000;
  background-color: #000; }

p { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif;
  font-size: 12px; 	 
  color: #000;
  margin: 15px; }

.small { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif; 
  font-size: 10px; 
  color: #666; }

.smallblk { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif; 
  font-size: 10px; 
  color: #000; }

.smallbold { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif; 
  font-weight: bold;
  font-size: 10px; 
  color: #000; }

.smallboldtwo { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif; 
  font-weight: bold;
  font-size: 10px; 
  color: #666; }

.question { font-family: 'helvetica neue', helvetica, arial, 'trebuchet ms', sans-serif; 
  margin: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 12px; 	 
  color: ffffff; }

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #cc0000; }

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #990000; }
  
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #ff3333; }
  
a:active {
  font-weight: bold;
  text-decoration: none;
  color: #ff0000; }

