body {
    background-color: lightblue;
    color: navy;
    margin-left: 20px;
	font-size: 14px;
	line-height: 125%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h3 {
	padding-bottom: 0px;
	font-size: 18px;
}

h4 {
	padding-bottom: 0px;
	font-size: 16px;
}

/*
img {
	float: left; margin: 15px 15px 15px 15px;
}
*/
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    
    text-decoration: none;
    color: initial;
	border: 2px solid  #f44336;
	background-color: white;
	border-radius: 8px;
}

td {
	vertical-align: top;
	padding: 15px;
}

table.results, th.results, td.results {
		background-color:yellow;
		font-family: Georgia, serif;
		font-size: x-small;
		border: 1px solid black;
	}
	
td.topalign {
	vertical-align: text-top;
}

	.justright {
    text-align: right;}