/* Spruces the page up a bit to fit my preferences for an otherwise bland page:
 * (note: some of these may not be desirable for all pages.  In this case, these various features should be broken out into separate .css files)
 *
 *	- adds a little more border around the outside of the page
 *	- changes the font a bit
 * 	- makes links not be underlined
 *	- makes the background color be light grey
 */


	*	{font-family: arial}

	BODY	{padding:		2.5ex;
		 background-color:	#f0f0f0}

	A	{text-decoration:	none;
		 color:			blue}
