@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,400i,700,700i&display=swap');

html {
	background-image: url("../images/Background.jpg");
	background-color: black;
	color: black;
}
body {
	margin: 0 auto;
	padding: 1rem;
	width: 45rem;
	font-family: 'Roboto Slab', serif;
	font-size: 1.2rem;			
}
h1	{
	font-size: 3rem; 
}
h2 {
	font-size: 2.5rem; 
}
.xdate {
	font-size: 1.2rem;	 
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
.large {
	font-weight: bold;
	font-size: large;		
}
.xlarge {
	font-weight: bold;
	font-size: x-large;		
}
.xxlarge {
	font-weight: bold;
	font-size: xx-large;		
}
table{
	border: 0.1rem solid;
	border-collapse: separate;	
}
td {
	border: 0.1rem solid;
	padding: 0.5rem 0.5rem;
	white-space:nowrap;
}

