 
body {
   background-color:#330066;
   color:#000000;
}
P.DBTITLE { font-family: Lucida Handwriting; 
            font-size: 36px; 
			font-weight: 700;
			color: white;
			text-align: center; }

P.PAGETITLE { font-family: Lucida Handwriting; 
              font-size: 28px; 
			  font-weight: 700;
			  color: white;
			  text-align: center; }

P.WHAT2DO { font-family: Lucida Handwriting; 
            font-size: 18px; 
			font-weight: 700;
			color: white;
			text-align: center;			  
            text-decoration: underline; }

P.CBUTTON { font-family: Lucida Handwriting; 
               font-size: 14px; 
	         font-weight: 700;
	         color: white;
	         text-align: center; }

INPUT.CBUTTON { font-family: Lucida Handwriting; 
                font-size: 14px; 
	          font-weight: 700;
	          color: white;
	          text-align: center;
                background-color: #555555; }


a:link { color:#0000FF; }
a:vlink { color:#880088; }
a:alink { color:#FF0000; }
a:hover { color:#0099FF; }
 
