table
	{
		border: 1px;
		background-color: #999;
		font-size: 10px;
	}
	tr
	{
		vertical-align: top;
	}
	th
	{
		text-align: left;
		background-color: #ccc;
	}
	th,
	td

	a:hover {
		color: #fff;
		background-color: #f30; 
	}

	#newwrapper {
		width: 400px;
		margin: 0px auto;
		text-align: left;
	}

	#content {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
	}

	#content h2 {
		font-size: 1.2em;
		margin-top: 3em;
	}

#content {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
	}

	#content h2 {
		font-size: 1.2em;
		margin-top: 3em;
	}

	/* STYLES FOR CROSSFADER */

	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
		width: 285px;
		height: 300px;
		background-color: #eee;
		border:  0px solid #ccc;
	}
	
	div.cf_element2
	{
		width: 345px;
		height: 300px;
		background-color: #eee;
		border:  0px solid #ccc;
	}
	
	div.cf_element div.content
	{
		padding: 0px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}