 html { 
    background-color: #edf6f1; 
}
    
table.intro {
	padding: 0;
	border: none;
    margin: 1em auto 0;
	background: #16944a url(/images/gradient.png) repeat-x bottom;
	width: 750px;
	border-collapse: collapse;
}

table.intro img {
  margin-bottom: 1em;
}

table.intro th {
	padding: 0;
	border: none;
	color: #edf6f1;
    font-size: 150%;
    font-family: "Times New Roman" serif;
	font-weight: bold;
}

table.intro td {
	padding: 0;
	border: none;
	color: #edf6f1;
    font-size: 120%;
    text-align: center;
	font-family: "Times New Roman" serif;
	width: 50%;
}

table.intro tr.spacer td {
    height: 50px;
}

a {
  color: #edf6f1;
  text-decoration: none;
  font-weight: bold;
}

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