/*
 * Style Sheet 01
 */



/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #b4b4b4;
}

a:visited {
	text-decoration: underline;
	color: ##ff0000;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}

a:link {
	text-decoration: underline;
	color:  ##b4b4b4
}

