
p, td, li, select {font-family: "Times New Roman"; font-size: small;
}

a:link{
		color: white;
	text-decoration: none;
	font-family : "Times New Roman";
	font-weight : normal;
}
a:visited{
		color: white;
	text-decoration: none;
	font-family : "Times New Roman";
	font-weight : normal;
	
}
a:hover{
	color: white;
	text-decoration: underline
}
a.n:link{
		color: black;
	text-decoration: none;
	font-family : "Times New Roman";
	font-weight : normal;
}
a.n:visited{
		color: black;
	text-decoration: none;
	font-family : "Times New Roman";
	font-weight : normal;
	
}
a.n:hover{
	color: gray;
	text-decoration: underline
}