.program {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #FF9900;
	position: fixed;
	color: #333333;
	display: table;
	padding: 8 px;
	width: 140px;
}
.program:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #FFCC00;
	position: fixed;
	color: #000000;
	display: table;
	padding: 8 px;
	width: 140px;
}
