.paragraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	text-align:justify;
}



.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	padding-top: 5px;
	text-align:justify
	font-weight: bold;
}


a, a:visited { 
	color:blue;

}

A:hover {background:black; color:white;text-decoration:none}
A:active {background:red; color:white;text-decoration:none}
