/* CSS Document */
a:link {
    color: #00A4C2;
}

a:hover{
	color: #1CDDFF;
    text-decoration: underline;
}

