a:link {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 20px;
	color: yellow;
		font-weight: 600;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;


a.out1, a.out1:link {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #FFFF00;
	text-decoration: underline;
}
a.out1:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: underline;
}

