html{
	font-size: 18px;
}

body {
	color: rgb(255, 204, 153); 
	background-color: rgb(76, 78, 76);
	/*We use 18px = 1rem, since html is set to 18px*/
	font-size: 18px;
	font-size: 1.0rem;
}

small {
	font-size: 16px;
	font-size: 0.9rem;
}

a:visited {color: #99ff99;}
a:active{color: #ffcccc;}
a:link{color: #ccffff;}

table, th, td {
	font-weight: bold;
	vertical-align: top;
	/*table-layout: fixed;*/
	border: inset 1.3px;
	border: inset 0.072rem;
	border-color: rgb(76, 78, 76);
}

table{
	margin-left:auto; 
	margin-right:auto;
	border: outset 1.3px;
	border: outset 0.072rem;
	font-size: 20px;
	font-size: 1.1rem;
	background-color: #660000;
}

table.invisible, th.invisible, td.invisible{
	text-align: center;
	border: 0px;
	background-color: rgb(76, 78, 76);
}

th, td{
	padding: 5px;
	padding: 0.28rem;
}

caption {
	font-size: 32px;
	font-size: 1.8rem;
}

h1 {
	font-size: 42px;
	font-size: 2.3rem;
	margin: 0px;
}

h2 {
	font-size: 32px;
	font-size: 1.3rem;
	margin: 0px;
}

.numcolumn {
	text-align: center;
	/*color: #FF0000;*/
}
	  
.datecolumn{
	text-align: right;
	/*color: #008000;*/
}