2000 Affordable Web Site Templates,
Software, and scripts at Webmasters Profit Pak

Using Web Templates for Web Design: Tips and Best Practices--Style Sheets

	/*
	 *	example style sheet; include in documents via
	 *	  <LINK rel="stylesheet"
	 *		type="text/css"
	 *		media="screen"
	 *		href="/this/file.css">
	 *	in the header of the document
	 */

	/* elements common to all pages: */

	BODY, TABLE, TH, TD {
		background: silver url(/culture/Icons/gray-parchment.gif);
		font-family: "Lucida Sans Unicode", Arial, Geneva,
		 Helvetica, sans-serif;
		color: black;
		font-size: medium;
	}

	P {
		font-family: "Lucida Sans Unicode", Arial, Geneva, 
		Helvetica, sans-serif;
	}

	H1 {
		font-family: "Lucida Sans Unicode", Arial, 
		Helvetica, Geneva, sans-serif;
		font-size: x-large;
		color: #666699;
		text-align: center;
	}

	A:link, A:visited, A:active, A:hover {
		color: #111166;
	}

	.special {
		font-style: italic;
		font-weight: bold;
	}

2000 Web Site Templates Like this at Webmasters Profit Pak

© COPYRIGHT 2001 ALL RIGHTS RESERVED YOURDOMAIN.COM