.link {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size: 12pt;
	text-decoration: underline;
	font-weight: lighter;
}

.link:hover {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	font-size: 12pt;
	text-decoration: underline;
	font-weight:lighter;
	
}


.link:visted {
	font-family: "Times New Roman", Times, serif;
    color: #800000
	font-size: 12pt;
	text-decoration: underline;
	font-weight:lighter;
}
.header {
     font-family:"Times New Roman", Times, serif;
	 color: #8B151C;
	 font-weight:bold;
}


.text {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt;
	color: #000000;
}
