/* BEGIN CSS DOCUMENT Kid.txt.css */

 body { background-color: #330000; font-family: Skia, Helvetica, Arial; color: #eecc77; 
text-align: left; margin: 20px 10px 10px 10px; }
 
 /* NOTE - MARGIN ORDER goes-- top right bottom then left; like a backwards-C */

 a:visited
 	{color : #fe8989; text-decoration : none;}
 a:link 
 	{color : #fe8989; text-decoration : none;}
 a:hover
 	{color : #ffcc77; text-decoration : underline;} 

 h1 {	font-family: Times New Roman;
	margin-left: 20px;
	font-weight:bold;
	color: #ff8855;} 

 h2 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #ff8855;} 

 h3 {	font-family: Times New Roman;
	font-size: 20px;
	font-weight:bold;
	color: #ff8855;} 

 h4 {	font-family: Times New Roman;
	margin-left: 20px;
	font-size: 20px;
	font-weight:bold;
	color: #ffff88;} 

 img {border: 2px solid #522; } 

blockquote {	font-family: Comic Sans MS; 
			color: #eeeeee; 
			text-decoration: none;
			font-style: italic} 

.footer {	font-family: Century,Times New Roman; text-align: center; }


/* END CSS DOCUMENT Kid.txt.css */ 