@charset "UTF-8";

a:link {
	color: #0099FF;
} 
a:visited {
	color: #007ED2;
} 
a:active {} 
a:hover {
	color: #5BBDFF;
}
