﻿@charset "utf-8";

a:link {
	text-decoration: none;
	color: #404040;
}

a:visited {
	text-decoration: none;
	color: #404040;
}
a:active {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: underline;
	color: #aaaaaa;
}

ul, ol, dl, li, dt, dd {
	list-style: none;
	text-indent: 0;
}

img {
	border: none;
}

address {
	font-style: normal;
}