.typo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	color: #999;
	line-height: 1.7em;
}
a:link {
	font-weight: bold;
	color: #DDC51A;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
a:visited {
	font-weight: bold;
	color: #DDC51A;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
a:active {
	font-weight: bold;
	color: #DDC51A;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
a:hover {
	font-weight: bold;
	color: #DEC61B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	background-color: #333;
	padding-right: 4px;
	padding-left: 4px;
}
