@charset "UTF-8";
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-background:#aaabbb;
}

a:link { text-decoration:none; color:black; }
a:visited { text-decoration:line-through; color:black; }
a:hover { text-decoration:underline;color:black; }
a:active { text-decoration:underline;color:black; }
