	body {
		font-family: Verdana, sans-serif, serif;
		font-size: 10pt;
		color:000000;
		}
	
	table, p, li {
		font-family: Verdana, sans-serif, serif;
		font-size: 10pt;
		color:000000;
		}

	h1, h2, h3, h4, h5	{font-family: Verdana, sans-serif, serif; color: 8708b1}

	a:link			{font-size: 10pt; color:000000; text-decoration: underline}
	a:visited		{font-size: 10pt; color:000000; text-decoration: underline}
	a:hover			{font-size: 10pt; color:red; text-decoration: underline}
	
	.twitter_update_list {
		text-align: left;
		padding-left: 15px;
		margin-top: 0px;
		border-bottom: 1px dotted gray;
		}
		
	.container {
		width: 1000px;
		margin: 0px auto;
		}
		
	.navbar {
		width: 300px;
		padding-right: 20px;
		float: left;
		}
		
	.content {
		width: 650px;
		float: left;
		padding-bottom: 40px;
		}

	.nav			{text-decoration: none}
	.nav:link		{text-decoration: none}
	.nav:visited	{text-decoration: none}
	.nav:hover		{color:red; text-decoration: none}
	
	.subnav			{font-size: 8pt;text-decoration: none}
	.subnav:link	{font-size: 8pt;text-decoration: none}
	.subnav:visited	{font-size: 8pt;text-decoration: none}
	.subnav:hover	{font-size: 8pt;color:red; text-decoration: none}

	.tiny				{font-size: 8pt; color:000000; text-decoration: none}
	.tiny_link:link		{font-size: 8pt; color:000000; text-decoration: underline}
	.tiny_link:visited	{font-size: 8pt; color:000000; text-decoration: underline}
	.tiny_link:hover	{font-size: 8pt; color:red; text-decoration: underline}
	
	.video_rollover			{text-decoration: underline;cursor: pointer; cursor: hand; display: inline;}
	.video_rollover:hover	{color: #FF0000; text-decoration: underline; cursor: pointer; cursor: hand; display: inline;}
	
	li {padding-bottom: 5px;}
	ul {padding-top: 5px;}
	
	.navcell	{
		border-bottom: 1px dotted gray;
		}
		
	.currentnavcell	{
		border-bottom: 1px dotted gray;
		background: #AB82FF;
		}
		
	.video_rollover {
		background: #e3e3e3;
		}
		
	/* Effect styles for companion */
	
	.e1 { background: red; } /* deals +1 damage */
	.e2 { background: #66FF00 } /*  takes -1 damage */
	.e3 { background: #996600 } /* deals -1 damage */
	.e4 { background: #FF9900 } /*  takes +1 damage */
	.e5, .e6, .e7, .e8 { background: #B0B0B0 } /*  cannot deal damage */
	.e9 { background: #99FF33 } /*  all damage = toxic */
	.e10 { background: #FF6600 } /*  all damage = fire */
	.e11 { background: #99CCFF } /*  all damage = melee */
	.e12 { background: #9966FF } /*  immune to damage */
	
	.hi_hp {background-color: #00FF00;} /* high hp box */
	.lo_hp {background-color: #ff0000;} /* low hp box */
	.both_hp {background-color: yellow;} /* both highest & lowest hp box */