/* CSS Document */

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#660099;
	line-height: 16px;
	padding: 3px;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color:#660099;

}

.heading {

font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px ;
color: #660099 ;
line-height: 24px;
padding: 3px
}




.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	background-color: #FFCCFF;
	display: block;
	padding: 6px;
	width: 120px;
	color: #660099;
	font-weight: bold;
}



.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	background-color: #FFCCFF;
	display: block;
	padding: 6px;
	width: 120px;
	font-weight: bold;
	color: #FF00FF;
}
