﻿
a {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	background: #FFFFFF;
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	background: #FFFFFF;
	color: #800080;
	text-decoration: none;
	font-weight: bold;
	}