/* Styles for the Anderson Family web site*/ 
/* The following are basic element styles */

body { width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
	border: 0px;
	color: black;
	text-decoration: none; }

a:link, a:active, a:visited { color: #333366; 
	text-decoration: none; 
	padding: 0px;
	font-weight: 800;}

a:hover {color: #89b2ef; 
	background-color: #333366; 
	font-weight: bold; }

a.photo:link, a.photo:active, a.photo:visited { color: #000000; 
	background-color: none;
	text-decoration: none; font-weight: normal;
	padding: 1px; }

a.photo:hover {color: #ffffff; 
	background-color: none;
	text-decoration: none; font-weight: normal;
	padding: 1px; }
	
b { font-weight: bold; }

H1 { font-size: 30px; color: #979797; margin-top: 0px; margin-bottom: 0px; } 
H2 { font-size: 24px; color: #000000; margin-top: 0px; margin-bottom: 0px; }
H3 { font-size: 18px; color: #000000; margin-top: 0px; margin-bottom: 0px; }
H4 { font-size: 15px; color: #000000; margin-top: 0px; margin-bottom: 0px; }
H5 { font-size: 12px; color: #ff0000; margin-top: 0px; margin-bottom: 0px; }
H6 { font-size: 12px; color: #333366; margin-top: 2px; margin-bottom: 2px; }

hr { height: 1px;  color: #000000; } 
li { padding-bottom: 9px; }
p { text-indent: 0px; padding: 0px; }
table { background-color: transparent; width: 100%; border-width: 0px; }
td { vertical-align: top; 
	background-color: transparent;
	font-size: 11px; }

	
.black { color: #000000; }

.center { text-align: center; }

.famtree h3 { color: #008000;}

.footertable { border-width: 0px; width: 800px; 
	background-color: transparent;
	font-size: 10px;
	padding: 0px; }

.homefootertable { border-width: 0px; width: 800px; 
	background-color: transparent;
	color:#ffffff;
	font-size: 10px;
	padding: 0px; }

.footnote { font-size: 10px; text-align: center; font-weight: normal; }

.oldguy1 { background-color: #3cb371; border-width: 0px; }
.oldguy2 { background-color: #ffffb5; border-width: 0px; }
.oldguy h1 { color: #ffffb5; }
.oldguy hr { color: #ffffb5; height: 1px;}
.top1 { background-image: url(images/top200.gif); }
.top2 { background-image: url(images/top575.gif); }

.history { background-color: #ffffb5; border-width: 0px; }
.history hr { color: #ffffb5; height: 1px;}

.home { background: #333366; padding: 0px; }
.line { background-color: #333366; }
.maintable { border: 2px solid #333366; width: 800; }
.pinkflamingos { background-color: #ffc0cb;  }
.simone { background-color: #00bfff; }
.textsmler { font-weight: normal; font-size: 9px; margin: 5px; }
.textsml { font-weight: normal; font-size: 10px; padding: 0px; }
.textmed { font-weight: normal; font-size: 12px; padding: 0px; }
.textlrg { font-weight: normal; font-size: 15px; padding: 0px; }
.textlrger { font-weight: normal; font-size: 18px; padding: 0px; }
.textlite { font-size: 11px; COLOR: #666666; padding: 0px; }




/* The following classes are for BottomMenu.html (inserted on the bottom of most pages) */

a.bmenu:link, a.bmenu:active, a.bmenu:visited { color: #0000cd; 
	font-size: 11px;
	font-weight: normal; 
	text-decoration:none; 
	padding: 0px; }
a.bmenu:hover { color: #ffffff; 
	background-color: #0000cd; 
	font-weight: normal; 
	margin: 0px; 
	padding: 0px; }




