/*

A:visited { font-size: 11pt; color: navy; text-decoration: underline }
A:active {font-size: 11pt; color: red; font-weight:; text-decoration: underline}
A:hover {color: red}
*/

.navi        { font-size: 9pt }
body         { font-size: 11pt }
td           { font-size: 11pt }
table        { font-size: 11pt }
tr           { font-size: 11pt }
A:link {font-size: 11pt; color: navy; font-weight:; text-decoration: underline}
A:visited {color: purple}

a:hover {
	font-size: 11pt;
	color: #FF9900;
}
