﻿a:link
{
    color: #5b88bf;
	text-decoration: none;
	transition : color 0.6s;
}
a:visited
{
    color: #5b88bf;
	text-decoration: none;
}
a:hover
{
    color : #8DAEE8;
}
