	a:link {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;

	}
	a:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
	}
	
	a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	}


.menu:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menu:active {
		color: #0000FF;
		text-decoration: underlined;
	}
	.menu:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menu:hover {
		color: #FFFFFF;
		text-decoration: underline;
		background: #BB8A0B;
			}
		
.text:link {
		color: #000099;
		text-decoration: none;
	}
	.text:active {
		color: #0000FF;
		text-decoration: none;
	}
	.text:visited {
		color: #000099;
		text-decoration: none;
	}
	.text:hover {
		color: #0000FF;
		text-decoration: underline;
			}