/* for # use ID= and for . use class= */
.PersonalWebpage {
   border: 3px solid LightGrey; 
   background-color:LightGrey;  
   width:150px;
   border-radius:25px;
   text-align:center;
 
}   
/* Spouse word */ 
h1.spouse {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: Teal;
}
/* Name of Family member */	
h1.member {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: Teal;
	font-size: x-large;
	font-style: normal;
}

/* Children of... */
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Teal;
	font-size: small;
	font-weight: bold;
}	

/* spouse name */
h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

.smFont {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
}

.smFontIndent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
	margin-left: 10px;
	padding-left: 1em;
	text-indent:  1em;		 
}
/* the font-size in BODY reduces the space between lines */
body  {
	font-size: small;
	background: white;
	background-image: url(../images/lgreyBackground.jpg);
}
			

#PopupLinks {
	position: absolute;
	visibility: hidden;
	z-index: auto;
}

#staticbuttons {
	position: absolute;
}

td.line {
	color : Teal;
	text-indent : 30%;
 }
 
td.width {padding-left: 175px;   }

/*
td.width {
	width: 190px;
	display: inline-block;
	background-color: #04AA6D;
	border:  none  ;
} 
*/

.alignTextLeft {
	text-align: left;
}
.left {
	text-align: left;
}
.alignTextRight {
	text-align: right;
 
}
.alignTextCenter {
	text-align: center;
}

.listStyleNone {
	list-style: none;
   text-indent:  2em;
}
.fontItalic {
	font-style: italic;
	color: #666666;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.tableCellWidth {
	width: 100%;
	vertical-align: top;
}

/* add if children and
 no pic on Home page to table 2 
 or pic is narrow and children 
 heading is too narrow*/
.tableWidthNoPic {
	width: 250px;
	vertical-align: top;
}

#postit{
position:absolute;
width:230;
padding:5px;
background-color:lightyellow;
border:1px solid black;
visibility:hidden;
z-index:100;
cursor:hand;
}
	
A.treeButton {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-indent: 0%;
}

A.factsButton {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-indent: 0%;
}

A.ScrapBookButton {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-indent: 0%;
}

A.notesButton {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-indent: 0%;
}

A.homeButton {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

A  {
	text-decoration : none;
}
	
A.underline {
	text-decoration : underline;
}
	
A:hover {
	color: #CC0033;
	text-decoration : underline;
}
A:link {color: Black;}
A:active {color: #CC0033}
A:visited {color: #663333}
A:hover {color: #CC0033}

.alignTextRight {
text-align: right;
}
 
.IgnatzFamilyHalf { width:50%
}


/*	
A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #00A5C6}



A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #999999}

A  {
	text-decoration : none;
	Active : #000066;
	visited : #999999;
}

A:hover {color: #cc0033}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #cc0033}

A:hover {color: #660000}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #999999}

a.leftnavrollover:link { color:#ffffff; }
a.leftnavrollover:hover { color:#ffcc33; }


*/
