﻿@charset "utf-8";
body {
	font-size: 12px;
	text-align: center;
}

table {
	font-size: 12px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

a:link {
	color: #3C34CB;
}
a:visited {
	color: #800080;
	}
a:hover {
	color: #ff0000;
	}
a:active {
	color: #ff8000;
	} 





