﻿a:link {
	text-decoration: none;
	font-weight: bold;
	color: 000080;
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #000080;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: 0000FF;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
}
a:active {
	color: CC0000;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
}
