.header {
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #fff200;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.yelllow {
	font-family: "Georgia";
	font-size: 11px;
	line-height: 16px;
	margin-left: 15px;
}

.yelllow2 {
	font-family: "Georgia";
	font-size: 11px;
	line-height: 16px;
	margin-left: 0px;
}

yellow a:link {
	font-family: "Georgia";
	font-size: 11px;
	line-height: 16px;
}
