body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(samdog-index-images/samdog-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a.nav:link {
	color: #000000;
	font-size: small;
}
a.nav:visited {
	color: #000000;
	font-size: small;
}
a.nav:hover {
	color: #000000;
	background-color: #FF9933;
	text-decoration: underline;
	font-size: small;
}
a.nav:active {
	color: #000000;
	font-size: small;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
.std-table {
	background-color: #FFFFFF;
	border: thin ridge;
}
.headline-1 {
	font-size: x-large;
	font-weight: bolder;
} 