/*Style Sheet For Mom's Pages*/

/*Body Colors*/
BODY
	{background-color: #FFCC99; /*tannish*/
	color: #660033; /*magenta*/
	/*Colored Scroll Bar*/
	scrollbar-arrow-color: #660033;
	scrollbar-3dlight-color: #FFCC99;
	scrollbar-face-color: #FFCC99;
	scrollbar-base-color: White;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: #663300;
	scrollbar-darkshadow-color: #660033;}

/*Link Colors*/
A:link
	{color: #663300;		/*brown*/
	background-color: #FFCC99;	/*tannish*/}
A:visited
	{color: #CC9900;		/*dirty yellow*/
	background-color: #FFCC99;	/*tannish*/}
A:active
	{color: #CC9900;		/*dirty yellow*/
	background-color: #FFCC99;	/*tannish*/}

/*Type Settings*/

H1
	{font-size: 48pt;
	font-weight: bold;
	font-family: Broadway; Benguiat Bk BT; Bookman Old 
		Style; Baskerville Old Face; serif;
	text-align: center;}
H2
	{font-size: 32pt;
	font-weight: bold;
	font-family: Broadway; Benguiat Bk BT; Bookman Old 
		Style; Baskerville Old Face; serif;
	text-align: center;}
H3
	{font-size: 24pt;
	font-weight: bold;
	font-family: Broadway; Benguiat Bk BT; Bookman Old 
		Style; Baskerville Old Face; serif;
	text-align: center;}
H4
	{font-size: 20pt;
	font-weight: bold;
	font-family: Broadway; Benguiat Bk BT; Bookman Old 
		Style; Baskerville Old Face; serif;
	text-align: center;}
H6
	{text-align: center;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 12pt;
	font-weight: normal;}
P
	{font-family: "Comic Sans MS", sans-serif;
	font-size: 12pt;}
UL LI
	{list-style-type: circle;
	font-family: "Comic Sans MS", sans-serif;}

/*All Horizontal Rules*/
HR 
	{align: center;
	noshad;
	height: 1px;
	width: 95%;
	color: #996633;}

/*Standard Table Settings*/
TABLE
	{margin-right: auto;
	margin-left: auto;
	width: 90%;
	cellpadding: 15px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 14pt;}




