
body { 
   margin: 0; 
   padding: 0; 
   font: 11px/1.5 verdana, lucida, arial, helvetica, sans-serif; 
   color: #000000; 
   background-color: #FFFFFF; 
   background-image: url(); 
   background-attachment: fixed; 
   background-position: center; 
   background-repeat: no-repeat;
}


P {
	font: 11px/1.5 verdana, lucida, arial, helvetica, sans-serif;
	text-align: center;	/* stupid extra rule for netscape 4 */
}

a:visited {
   color: #33FFCC;
   background-color: transparent; 
   text-decoration : none;
}

a:link {
   color: #33FFCC;
   background-color: transparent; 
   text-decoration : none; 
}

a:hover {
   color : #ff9933;
   background-color : transparent;  
   text-decoration : underline; 
}

a:active {
   color: #000;
   background-color: transparent; 
   text-decoration : none; 
}

b {
   font-weight : bold; 
}

strong {
   font-weight : bold; 
}


img {
   border: 0;
}

.small {
   font: 10px/1em geneva, verdana, arial, sans-serif; 
   margin-top: 25px; 
   margin-bottom: 10px;
}
