/* Main body tags */

	body
	{
		background-image:none;
		background-color: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;
	}
	
	div.indent
	{
		margin:2em;
	}


/* Headers */

	h1
	{
		font-size:xx-large;
		text-align:center;
	}

	h1.sub
	{
		font-size:x-large;
	}

	h1.fixed {
		font-size:x-large;
		font-family:Courier, fixed, monospace;
	}


/* Latest */

	div.latest
	{
		background:#C0C0C0;
		color:black;
		float:right;
		border-style:outset;
		border-width:medium;
	}

/* Intro */

	td.pic
	{
		width:408px;
	}

	td.intro
	{
		width:100%;
	}

	td.speak
	{
		background:black;
		color:white;
		border-style:groove;
		border-width:1px;
		width:100%;
	}

/* Contents */

	div.contents
	{
		width:200px;
		background:#C0C0C0;
		color:black;
		float:right;
		border-style:solid;
		border-width:1px;
		margin-left:0.25em;
		padding:0.5em;
	}

	a.contents
	{
		color:red;
	}

	a.contents:visited
	{
		color:navy;
		text-decoration:none;
	}
	a.contents:active
	{
		color:maroon;
		text-decoration:underline;
	}
	
	a.contents:hover
	{
		text-decoration:underline;
	}



/* Top ad */

	div.top
	{
		background:#808080;
		color:black;
		border-style:outset;
		border-width:0.25em;
	}

	a.top
	{
		color:lime;
		font-weight:bold;
	}
	a.top:visited
	{
		color:yellow;
	}
	a.top:active
	{
		color:aqua;
		text-decoration:underline;
	}
	

/* LifeLite */

	table.LifeLite
	{
		float:right;
	}

	td.LifeLite-top
	{
		background:#202020;
		color:white;
		text-align:center;
		border-style:ridge;
	}

	td.LifeLite-main
	{
		background:#808080;
		border-style:ridge;
	}

	h2.LifeLite
	{
		font-size:medium;
	}

	a.LifeLite:visited
	{
		color:blue;
	}

	a.LifeLite:active
	{
		color:purple;
	}


/* Stream */

	h3.stream-title
	{
		font-style:italic;
	}
	em.stream-title
	{
		font-style:normal;
	}


/* Black backgrounds */
	a.black:visited
	{
		color:fuchsia;
	}
	a.black:active
	{
		color:lime;
	}

/* Index links */
	p.index-link
	{
		margin:1em;
		border-style:outset none;
		border-width:medium;
		text-indent:1em;
		font-size:x-small;
	}
	div.index-link
	{
		margin:1em;
		border-style:outset none;
		border-width:medium;
	}

/* End of document. */
