@charset "UTF-8";
/* CSS Document */

#nav:link {
	font-family: "Century Gothic";
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	text-decoration: none;
}
#nav:hover {
	font-family: "Century Gothic";
	color: #982068;
	font-size: 11px;
	line-height: 11px;
	text-decoration: underline;
}
#lineHeight {
	font-size: 11px;
	line-height: 11px;
	font-family: "Century Gothic";
}
.text {
	font-family: "Century Gothic";
	color: #666666;
	font-size: 11px;
}
.dots {color: #666666}

#nav:visited {
	font-family: "Century Gothic";
	color: #982068;
	font-size: 11px;
	line-height: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
