@charset "UTF-8";
/* CSS Document */

a.lnk:link{
	color: #0000C0;
	text-decoration: none;
}
a.lnk:visited{
	color:#0000C0;
	text-decoration: none;
}
a.lnk:active{
	color: #0000C0;
	text-decoration:none;
}
a.lnk:hover{
	color: #C000C0;
	text-decoration: underline;
}
a.navlnk:link{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.navlnk:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.navlnk:active{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
a.navlnk:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

body {
	font-size:13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	background:#26a url(http://www.dunhamfamilyhistory.com/wp-content/themes/plainscape/images/blue_background_6.gif) repeat;
}
#container{
	width:840px;
	margin:20px auto;
	background:#FFFFFF;
	padding:0px 0px 10px 0px;
}

h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	color:#043668;
	background:#d3e6fd;
	font-size:30px;
	margin:20px 30px;
}
