/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#003300;
	color:#BBB362;
}
a {
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color:#BBB362;
}
a:visited {
	text-decoration: none;
	color:#BBB362;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	color:#CC6600;
}
a:active {
	text-decoration: none;
	color:#BBB362;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size:22px;
	font-weight:bold
}
.name {
	font-size:14px;
	font-style:italic;
	color:#CC6600;
}
.footer {
	text-align:center;
	font-size:10px;
	
}
.footer a {
	font-size:10px;
	font-weight:100;
	}

.question {
	font-weight:bold;
	color:#CC6600;
}
.birthday {

	font-weight:bold;
	font-size:16px;
}
.vintagetable {
	border-spacing: 10px;

}
.intreetable {
	border-spacing: 10px;
}
