.menu { /*underlined links to websites*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	background-color: transparent;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	}

a:visited {
	background-color: transparent;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	}

a:hover {

	background-color: transparent;

	color: #666666;

	font-weight: bold;

	text-decoration: none;
	
	font-size: 11px;

	}

a:active {

	background-color: transparent;

	color: #666666;

	font-weight: bold;

	text-decoration: none;
	
	font-size: 11px;

	}
