
body {
    font-family: 'Open Sans', Verdana, sans-serif;
    background-color: #F0F0F0;
}

h1 {
    text-align: center;
}

a {
    color: #80C020;
    text-decoration:none;
}

a:hover {
    color: #C06000;
    text-decoration: underline;
}

a:visited {
    color: #60A020;
}

#heading {
    background: #A0C060;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#heading h1 {
    color:#FFF;
    font-weight: normal;
}

#contents {
}

#contents table {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

/* From http://www.textfixer.com/resources/css-tables.php */
table.gridtable {
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
    background-color: #80C020;
}

table.gridtable tr {
    vertical-align: top;
}

table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
}
