table
{
	width: 100%;
	border-collapse: collapse;
	font-size: 1vw;
}
td,th
{
/*	border-style:solid;
	border-width: 1px;*/
	text-align: left;
	padding: 5px;
}
body
{

	font-family:monospace;
	color: black;
}
.light-mode {
	background-color: white;
	color: black;
}
.dark-mode-table {
	border-color: white;
	color: white;
	font-size: 3vw;
}
.center {
  margin: auto;
  width: 95%;
  padding: 10px;
}
.light-mode-table {
	border-color: black;
	color: black;
	font-size: 2vw;
}
.ac {
	text-align: left;
	font-size: 2vw;
}
.pdate {
	font-size: 2vw;
}
a {
text-decoration: none;
all: unset;
}
