html * {
	font-family: sans-serif; color: darkslategray; font-weight: lighter; font-size: 15px;
}

body {
	background-color: #F9F4E9;
}

button {
	background: url('sa.gif') no-repeat;
	width: 50px;
	height: 30px;
	border: none;
	cursor: pointer;
}

a {
	text-decoration-line: none; color: slategray;
}

a:visited {
	color: darkslategray;
}

a:hover {
	color: black;
}

div.links {
	display: none;
}

div.info {
	position: absolute;
	top: 8px;
	left: 10%;
	right: 8px;
}

table, td {
	text-align: center;
	min-width: 100px;
	border: 1px solid black;
}

iframe {
	width: 315px;
	height: 20px;
	border: 0px;
	frameborder="0";
	allowtransparency="true";
	vertical-align: -3px;
}

@media only screen and (max-width: 767px){
	div.info {
		display: none;
	}
	div {
		font-size: 1.25em;
	}
}