﻿@charset "UTF-8";
	   
@media screen and (max-width: 1000px) {
    body {
		-webkit-text-size-adjust: 100%;
		font-size: 2.5rem;
		font-family: sans-serif ;
}
		th, td {
  		font-size: 2.5rem;}
}

a {
  text-decoration: none;
}