body{
	background-attachment: fixed;
	background-image: url(file:///C|/Documents%20and%20Settings/Bernie/My%20Documents/Genealogy/Smothers%20DNA/gfx/Tree.gif);
	background-repeat: no-repeat;
	background-position: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 95%;
      margin-left: 5%;
      width: 73%;
}

.header{
      width: 100%;
	margin-left: 5%;
	color: inherit;
      background-color: inherit;
      text-align: center;
}


a:link { color: blue; text-decoration:underline; font-weight: bold; background-color: inherit;}
a:visited { color: green; text-decoration: underline; font-weight: bold; background-color: inherit;}
a:hover { color: red; text-decoration: none; font-weight: bold; background-color: inherit;}

h1{font-size: 125%; color: inherit;}

#linkList{
	position: absolute;
	top: 130px;
	right: 15px;
	margin-right: 3px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: inherit;
	background-color: #A4D2FF;
	padding: 10px;
	text-align: right;
	border: solid;
	border-width: medium;
	border-color: Navy;
}

#linkList ul
	{
	list-style: none;
	margin-bottom: 5px;
      margin-right: 5px;
      margin-left: 5px;
	margin-top: -20px;
	padding-top: 7px;
	padding-left: 0px;
	color: inherit;
	}

#linkList li
	{
	color: black;
      background-color: inherit;
	border-bottom: 1px dashed Black;
	padding: 0.2em 10px;
}
	
#linkList li a
	{
	font-size: 65%;
	display: block;
 	color: Navy;
      background-color: inherit;
	font-weight: bold;
	text-decoration: none;
      margin-left: -18px;
}

#linkList li a:hover
	{
	   color: Red;
         background-color: inherit;
}

div#linkList p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: italic;
	color: black;
	background-color: inherit;
	padding-right: 10px;
      border-bottom: 1px dashed Black;
}

select{
	   color: #FFE4B5;
         background-color: inherit;
         font-size: 110%;
         font-weight: bold;
}

.box{         
	border-top: dashed;
	border-width: thin;
	border-color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
      color: Black;
      background-color: inherit;
      padding: 15px;
      text-align: center;
}

.box a{
	display: block;
 	color: blue;
      background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.box a:hover{
	   color: Red;
         background-color: inherit;
         text-decoration: underline;
}