
/*  Family CSS File*/

body{

     background-image: url('/images/familytree.jpg');
     background-position:center;
     background-repeat:no-repeat;
	 background-color: #000000; 
	 border-bottom: 0;
	 border-right: 0;
	 border-top: 0;
	 color: #FFFFCC;
	 font-family: Verdana;
	 font-size: 10px;
	 margin-bottom: 0;
	 margin-left: 0;
	 margin-right: 0;
	 margin-top: 0;
	 scrollbar-face-color: #336633;
     scrollbar-shadow-color: #336666;
     scrollbar-highlight-color: #3B537A;
     scrollbar-3dlight-color: #6666B3;
     scrollbar-darkshadow-color: #6666B3;
     scrollbar-track-color: #336633;
     scrollbar-arrow-color: #336666;
    }
A{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
A:active{
	font-family: Arial;
	font-size: 10px;
	color: #9933FF;
	text-decoration: none;
}
A:hover{
	font-family: Arial;
	font-size: 10px;
	color: #33FFFF;
	font-weight: bold;
	text-decoration: none;
}
IMG{
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
TABLE{
  MARGIN: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px; 
}


