﻿@charset "utf-8";
/* CSS Document */

a:link {
	color: #7F96FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7F96FF;
}
a:hover {
	text-decoration: underline;
	color: #FF9911;
}
a:active {
	text-decoration: none;
}
