/* Main body tags */

	body
	{
		background:white;
		color:black;
	}

	a
	{
		color:red;
		text-decoration:none;
	}
	a:visited
	{
		color:navy;
		text-decoration:none;
	}

	a:hover
	{
		text-decoration:underline;
	}

	a:active
	{
		color:maroon;
		text-decoration:underline;
	}

	a.name
	{
		color:black;
	}

	a.name:hover
	{
		text-decoration:none;
	}

	p.small
	{
		font-size:x-small;
	}

	p.center
	{
		text-align:center;
	}

	img
	{
		border:none;
	}

	img.left
	{
		float:left;
	}

	img.right
	{
		float:right;
	}

	img.bordered
	{
		border:solid;
		border-color:black;
		border-width:1px;
	}


	table
	{
		padding:0;
		border:none;
	}

	table.left
	{
		float:left;
	}

	td
	{
		vertical-align:middle;
	}

	ol.indent
	{
		margin-left:12em;
	}


/* Headers */

	h1
	{
		font-size:xx-large;
		text-align:center;
	}

	h1.sub
	{
		font-size:x-large;
	}


/* Contents */

	div.contents
	{
		width:200px;
		background:#C0C0C0;
		color:black;
		float:left;
		border-style:outset;
		padding-left:0.25em;
		padding-right:0.25em;
		padding-top:0.25em;
		padding-bottom:0.25em;
		margin-right:0.75em;
	}

	a.contents
	{
		color:red;
	}

	a.contents:visited
	{
	}
	a.contents:active
	{
	}

	table
	{
		/*background:#C0C0C0;*/
		color:black;
		/*border-style:outset;*/
		padding-left:0.25em;
		padding-right:0.25em;
		padding-top:0.25em;
		padding-bottom:0.25em;
		margin-right:0.75em;
	}

	td
	{
		/*background:#C0C0C0;*/
		color:black;
		border-style:outset;
		padding-left:0.25em;
		padding-right:0.25em;
		padding-top:0.25em;
		padding-bottom:0.25em;
		margin-right:0.75em;
	}


/* Index links */
	p.index-link
	{
		margin:1em;
		border-style:outset none;
		border-width:medium;
		text-indent:1em;
	}
	div.index-link
	{
		margin:1em;
		border-style:outset none;
		border-width:medium;
	}

/* Latest Update */

        div.latest
        {
                background:#C0C0C0;
                color:black;
                float:right;
                border-style:outset;
                border-width:medium;
        }



/* End of document. */
