﻿@charset "utf-8";
a {
	text-decoration: none;
	color: #5b357e;
	/*font-style: italic;*/
}

a:hover {
	/*text-decoration: underline;*/
	color: #5b357e;
}

