* {
font-family: 'Droid Sans', sans-serif;
}
body {
	margin: 0;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 50px;
	text-align: center;
}
h2 {
	text-align: center;
	}
#top {
	height: 70px;
	width: 100%;
	background-color: gray;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 4px;
	}
.strip {
	height: 50px;
	width: 100%;
	background-color: gray;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: solid 4px;
}

#main {
	width: 400px;
	margin: auto;
}
.button {
	font-size: 40px;
	width: 220px;
	padding: 5px;
	margin: auto;
	border: solid 1px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 20px;
	background-color: lightgray; 
	}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	font-weight: bold;
}
table, td {
	margin: auto;
	border: 1px solid DarkGray;
	border-collapse: collapse; 
}
td {
	padding-left: 5px;
	padding-right: 5px;
}

.colored {
	background-color: lightgray;
	}


.center {
	text-align: center;
}


@media screen and (max-width: 750px) {

	#top {
		width: 100%;
		height: 50px;
		padding-top: 30px;
	}
	h1 {
		font-size: 40px;
		text-align: center; 
	}
	.strip {
		height: 40px;
		}
	#main {
		width: 350px;
		margin: auto;
	}
	.button {
		font-size: 30px;
		width: 220px;
		margin: auto;
		border: solid 1px;
		border-radius: 20px;
		text-align: center;
		margin-bottom: 20px;
		background-color: lightgray;
	}
	.tables {
		width: 100%;
	}
	.center {
		width: 100%;
		font-size: 0.8em;
	}
}

