body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FF0000;
}
a:link {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #0000FF;
}
a:visited {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #990099;
}
.bigger a:hover {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.bigger a:link {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #0000FF;
	font-weight: bold;	
}
.bigger a:visited {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #990099;
	font-weight: bold;
}

