/*   http://www.faulstich.com/cousinit/mainstyle.css   */


/* Give me a break!  This is the first time I've used   */
/* Cascading Style Sheets, and Netscape and Microsoft   */
/* can't seem to agree on their implementations!        */
/*                                                      */
/* Ricky                                                */
/*                                                      */


BODY			{	background-image: url(images/blacktile.jpg);
				background-color: black;
				margin: 0 0 0 0	} 

A:link			{	color: yellow	}
A:visited		{	color: white	}

P, TD, BODY		{	color: cyan	}

.header			{	color: cyan; background-color: #000080 }

.footer			{	color: cyan; background-color: #000080 }

INPUT, TEXTAREA { border-width:1px;border-style:solid;border-color:gray }
