BODY	{
		margin-top: 50px;
		margin-left: 25px;
		background: url(http://toast.nonfiction.org/images/grid.gif);
		background-color: white;
		color: black;
	}
DIV.TOASTER	{
			position: absolute;
			z-index: 1;
		}
DIV.CONTENT	{
			position: absolute;
			z-index: 2;
			top: 100px;
			left: 530px;
			width: 30%;
		}
DIV.TITLE	{
			position: absolute;
			z-index: 3;
			top: 400px;
			left: 130px;
		}
UL	{
		font-size: small;
		font-weight: bold;
		font-family: helvetica, arial, sans-serif;
	}
LI	{	list-style-type: none;	}
	
A:link, A:visited, A:active {	text-decoration: none;	}

P	{
			font-size: medium;
			text-align: left;
			font-family: "Georgia", serif;
		}
P.DATE {	
		color: #800000;
	}

A:visited	{	color: gray;	}
A:link	{	color: #800000;	}
A:active	{	color: black;	}
