.Headline		{ 
					font-family: Arial, sans-serif;
					font-size: larger;
					text-decoration: none;
		  		}

.Date			{
		  			font-family: Arial, sans-serif;
					font-size: small;
				}


A				{
		  			color: black;
					background-color: white;
					font-family: Arial, sans-serif;
				}

A.button		{
		  			color: black;
					background-color: white;
					font-family: Arial, sans-serif;
					text-decoration: none;
				}

BODY			{
		  			color: black;		  			
					background-color: white;
					font-family: Arial, sans-serif;
				}

H1				{
					font-family: Arial, sans-serif;
				}

H2				{
		  			font-family: Arial, sans-serif;
				}

H2.author	{
					font-size: medium;
		  		}

H3				{
		  			font-family: Arial, sans-serif;
				}

TD.button	{
		  			background-color: white;

					border-bottom-style: solid;
					border-color: black;
					border-right-style: solid;
					border-top-style: solid;
					border-width: 1px 1px 1px 0px;

					color: black;
					font-family: Arial, sans-serif;

					text-align: center;
				}

TD.copyright {
					background-color: white;

					border-bottom-style: solid;
					border-color: black;
					border-top-style: solid;
					border-width: 1px 0px 1px 0px;

					color: black;
					font-family: Arial, sans-serif;

					text-align: center;
				}

TD.date		{
					background-color: white;

					border-bottom-style: solid;
					border-color: black;
					border-top-style: solid;
					border-width: 1px 0px 1px 0px;

					color: black;
					font-family: Arial, sans-serif;

					text-align: right;
				}

