body
{
 	background-image: url("../images/back1.png");
   	margin-left : 0px;
   	margin-top : 0px;
   	font-family : Nimrod, Georgia, Times New Roman, Times, serif;
	color:#462300;
	font-weight: bold;
   	font-size : 75%;
}

body.home
{
 	background-image: url("../images/back111.png");
   	margin-left : 0px;
   	margin-top : 0px;
   	font-family : Nimrod, Georgia, Times New Roman, Times, serif;
	color:#462300;
	font-weight: bold;
   	font-size : 75%;
}

h1{	font-size : 200%;font-weight: bold;}
	
h2{
	font-size : 100%;
	font-style: italic;
	font-weight: bold;	
	}

.leftImage
{
 	background-image: url("../images/fam1bkgd.jpg");
   	margin-left : 0px;
   	margin-top : 0px;
}
a:link{
	color:#462300;
	font-size : 85%; 
	font-style: italic;
	font-weight: bold;}
a:visited{
	color:#462300;
	font-size : 85%;
	font-style: italic;
	font-weight: bold;}
a:active{	
	color:#462300;
	font-size : 85%;
	font-style: italic;
	font-weight: bold; }
	
.bodyIndent{margin-left : 30px;}

.smallIndent{margin-left : 10px;}

.mainItalicsText{	
	font-size : 90%;
	font-style: italic;
	font-weight: bold;	
}

.familyIs{color:#990000;font-size : 65%;}


<!-- this style is used for displaying email address safely -->
a.info:hover{background-color:#00f;color:#fff;}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
	  position: absolute;
	  margin:15px 0px 0px 20px;
	  background-color: beige;
	  max-width:230;
	  padding: 2px 10px 2px 10px;
	  border: 1px solid #C0C0C0;
	  font: normal 10px/12px verdana;
	  color: #000;
	  text-align:left;
	  display: block;
}
