A {
	font-family: "Times New Roman";
	text-decoration: underline;
	color : Blue;
}

a:link, a:visited {
	font-family: "Times New Roman";
	text-decoration: underline;
	color : Blue;
	}

a:hover {
	font-family: "Times New Roman";
	text-decoration: underline;
	color : Purple;
}

.norm {
	font-family: "Times New Roman";
	text-decoration: none;
	color : Black;
	font-size : 12pt;

}
.bold {
	font-family: "Times New Roman";
	text-decoration: none;
	color : Black;
	 font-weight: bold;
	font-size : 14pt;
}


