body {
 margin:2%;						/*Web Page Margin*/
 padding:0%;					/*Web Page Padding*/
 color:#ffffff;				/*Web Page Text Color*/
 background-color:#000000;	/*Web Page Background*/
 font-family: serif;			/*Web Page Font*/
 }
/* Used at the beginning of each web-page */
#yellow {
	color: #ffff00;			/*Yellow text*/
	font-weight: bold;		/*bold*/
}
#red {
	color: #ff0000;			/* red text */
	font-weight: bold;		/*bold*/
	background-color: #ffff00; /*yellow background*/
}
#masthead {
 font-size:3em;				/*Header Font Size*/
 color:#ffffff;				/*Header Text Color*/
 background-color:#0000ff;	/*Header Background*/
 padding:0.5em;				/*Header Text Padding*/
 text-align:center;			/*Header Text Alignment*/
 }
/* Used at the beginning of each web-page */
.fpath {
	background-color:#00ff00;	/*Tree path color*/
	color:#ff00ff;					/*Table color for female text*/
}
/* /Watson Family Tree.html */
.mpath {
	 background-color:#00ff00;	/*Tree path color*/
	 color:#0000ff;				/*Table color for male text*/
}
/* /Watson Family Tree.html */
.m {
	color:#0000ff;				/*Table color for male text*/
}
/* /Watson Family Tree.html */
.f {
	color:#ff00ff;				/*Table color for female text*/
}
/* /Watson Family Tree.html */
#menu {
 float:left;					/*Menu is on the Left*/
 width:145px;					/*Menu Width*/
 height:auto;					/*Menu Height*/
 margin-left:0px;				/*Menu Left Margin*/
 color:#ffffff;				/*Menu Text Color (may be a link)*/
 background-color:#888888;	/*Menu Background Color*/
 font-size:13px;
 }
/* Used at the beginning of each web-page */
#indentText {
 margin:10px 10px 5px 160px;	/*Text Margins Top Bottom Right Left*/
 font-size:20px;					/*Size of the Font*/
 }
/* /index.html */
#mainText {
 margin:10px 10px 5px 10px;	/*Text Margins Top Bottom Right Left*/
 font-size:15px;					/*Size of the Font*/
 }
/* /People index.html */
#tree {
 margin:10px 10px 5px 150px;	/*Text Margins Top Bottom Right Left*/
 white-space:nowrap;				/*Do not Wrap the Text*/
 }
/* /Watson Family Tree.html */
#foot {
 text-align:center;				/*Center the Footer*/
 font-size:smaller;				/*Size of the Footer*/
 }
/* /Graphics/***.html */
a {
 color:#ffffff;					/*Link Color*/
 font-weight:bold;				/*Link will be Bold*/
 text-decoration: underline;	/*Underline links*/
 }
/* Used with any anchor (link) */
a:hover	{
 color:#ff0000;					/*Link Hover Color*/
 text-decoration: underline;	/*Link Hover underline*/
  }
/* Used with any anchor (link) */
th {
 font-size:25px;					/*Increase the font for table headers*/
 }
/* Used with any table header*/
#choose	{
 background-color:#0000ff;	/*Index Background Color*/
 text-align:center;			/*Index center*/
 }
/* /People index.html */
h1.head {
	color:#00ff00;				/*Color of the h1*/
	font-size: 40px;
}
/* /Watson Family Tree.html */
td.cpath	{
 background-color:#00ff00;	/*Tree path color*/
 color:#000000;				/*Color*/
 }
/* /Watson Family Tree.html */
td.txt {
 color:#000000;				/*Color*/
 }
 /* /Watson Family Tree.html */
 td.surname {
 	font-size: 20px;			/*Font size*/
 	font-weight: bold;		/*Bold*/
 }
/* /People index.html */

