/* Bring in the Default CSS for the website */
@import url('main.css');

header h1 {
	top: 2.361111111111111em;
}
table{
	border-collapse: collapse;
	width: 100%;
	font-size: 1.6em;
}
table, th, td {
   border: 1px solid black;
   
}
