html, body{
color: gray;
font-family: "Times New Roman",Times, Serif ;
font-size: 12pt;
}
a:link{
	text-decoration: none;
	color: lightGray ;
	}

a:visited{
	text-decoration: none;
	color: lightGray;
	}

a:hover{
	color: darkgray;
	text-decoration: none;
	}

