/* CSS Document */

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

