p { font-family: palatino, georgia, times, serif; 
  font-size: 12px; 	 
  line-height: 16px;
  color: #ffffff;
  text-align: justify; }

.question { font-family: palatino, georgia, times, serif; 
  font-size: 16px; 	 
  font-weight: bold;
  color: #ffffff;
  text-align: center; }

.small { font-family: palatino, georgia, times, serif; 
  font-size: 12px; 	 
  color: #999999;
  text-align: normal; }

.smallreg { font-family: palatino, georgia, times, serif; 
  font-size: 12px; 	 
  color: #cccccc;
  text-align: normal; }

.intro { font-family: palatino, georgia, times, serif; 
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  text-align: justify; }

a:link {
  text-decoration: none;
  color: #ff0000; }

a:visited {
  text-decoration: none;
  color: #cc0000; }
  
a:hover {
  text-decoration: underline;
  color: #ff6666; }
  
a:active {
  text-decoration: none;
  color: #ff9999; }

