﻿/* hyperlink */

a {
	color: #690000;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
}

