body { 
	background-color: #ffffff; 
}
  
 .text {
 	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000000;
 }

 .title {
 	font: 48px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 	color: #000000;
	font-weight:bold;
 }
 
  .apptitle {
 	font: 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 	color: #000000;
	font-weight:bold;
 }


a {
	color: #ff0000; 	
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }


