.heading
{
	font-family: "Lucida Sans";
	font-size: 20pt;
	color: blue;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;

}

.caption

{
	font-family: Verdana;
	font-size: 10pt;
	color: blue;
	font-weight: bold;

}





a.page
{
	font-family: Verdana;
	color: blue;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;

}

a.page:visited 
{ 
	color: #8000FF; 
	text-decoration: underline;
}

a.page:active 
{ 
	color: #8000FF; 
	text-decoration: underline overline;
}

a.page:hover 
{ 
	color: #8000FF; 
	text-decoration: underline overline;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
}

