/********* LINK STYLES *********/

/*Catch all for all link styles */
a:link,a:visited,a:hover {
}
/*Individual link styles */
a:link {
color:#666;
}
a:visited {
color:#666;
}
a:hover {
	color:#000;
}
