table {
	font-size: 15px;
}

.button {
    font-size: 1em;
    background: black;
    color: yellow;
}

body {
	background: black;
	font-family: Verdana;
	font-size: 1em;
	color: white;
}

#header {
    font-size: 1.2em;
    font-weight: bolder;
}

a {
    color: yellow;
    text-decoration: none;
}
