a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
}
.navbar a:link {
	text-decoration: none;
	color: #FFFFFF;

}
.navbar a:visited {
	text-decoration: none;
	color: #CCCCCC;

}
.navbar a:hover {
	text-decoration: underline;
	color: #FFFFFF;

}
.navbar a:active {
	text-decoration: none;
	color: #FFFFFF;

}
.intro {
	text-decoration: none;
}
.main a:link {
	color: #000000;
	text-decoration: none;
}
.main a:visited {
	color: #000000;
	text-decoration: none;
}
.main a:hover {
	color: #000000;
	text-decoration: underline;
}
.main a:active {
	color: #000000;
	text-decoration: none;

}
