/*
Cascading Style Sheet for recallcalendar.com
*/

a:link {
	color: blue;
	}

a:visited {
	color: blue;
	}

a:active {
	color: blue;
	}

a:hover {
	color: green;
	}

