/* Style Sheet for my family history pages */
a:link 
{
	font-family: Verdana; 
	color: black;
      background: #FFFFE0;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: underline
}
a:visited 
{
	font-family: Verdana; 
	color: black; 
      background: #FFFFE0;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: underline
}
a:active 
{
	font-family: Verdana; 
	color: #FF5050; 
      background: #FFFFE0;
	font-size: 13px; 
	font-weight: bold
}
a:hover
{
      color: #FFFFE0;
      background: #800000;
}
body 
{
	font-family: Verdana; 
	color: black; 
      background: #FFFFE0;
	font-size: 13px
}
table 
{
	font-family: Verdana; 
	color: black; 
      background: #FFFFE0;
	font-size: 13px
}
h3
{
	font-family: Verdana; 
	color: black; 
      background: #FFFFE0;
	font-style: italic; 
	font-weight: bold; 
	font-size: 19px
}
h4
{
	font-family: Verdana; 
	color: #800000; 
      background: #FFFFE0;
	font-style: italic; 
	font-weight: bold; 
	font-size: 15px
}


