.nodisplay	{	display: none;
			}

body		{	color: black;
				background: aliceblue;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-size: 14px;
			}

h1			{	color: teal;
				background: transparent;
				font-size: xx-large;
				font-weight: bold;
			}


h2			{	color: teal;
				background: transparent;
				font-size: x-large;
				font-weight: bold;
			}


h3			{	color: teal;
				background: transparent;
				font-size: large;
				font-weight: bold;
			}

h4			{	color: teal;
				background: transparent;
				font-size: medium;
				font-weight: bold;
			}

hr			{	color: black;
				background: transparent;
			}
	
span.hilite	{	background: yellow;
			}
			
div.footer	{	background: aliceblue;
			}

A:hover		{	background: white;
				color: red;
				text-decoration: underline;
			}
			
.strike		{
				text-decoration: line-through;
			}
			
span.director	{
					font-size: 18px;
					font-weight: bold;
					font-variant: small-caps;
				}
