body	{
		background-color: #fd0;
		font-family: Verdana, Geneva, Arial, sans-serif;
	}

.rule	{
		background-color: #900;
		width: 100%;
		line-height: 20%;
	}


A:link	{
		color: #900;
		text-decoration: none;
		}


A:visited	{
			color: #900;
			text-decoration: none;
			}

A:hover	{
		text-decoration: underline;
		}

.sub-head	{
			color: #900;
			font-weight: bold;
			}

.caption	{
			font-style: italic;
			font-size: x-small;
			text-align: left;
			}

.photocred	{
			font-style: italic;
			font-size: x-small;
			}

h1		{
		color: #900;
		line-height: 50%;
		font-size: x-large;
		}

h2		{
		color: #900;
		}

h2.white	{
			color: #fff;
			}

h3		{
		color: #900;
		}

h3.white	{
			color: #fff;
			}




