﻿@charset "UTF-8";

a {
	transition: opacity .3s;
}
a:hover {
	opacity: .8;
}