@charset "utf-8";
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: underline;
}

