/* Hugjob Interactive Model by Tyler Young, Edited by Galen O'Hanlon */


body
	{
	font-family: Arial;
	text-align: left;
	font-weight: normal;
	}

h1,
h2,
h4
	{
	font-weight: bold;
	}

h3,
h5
	{
	font-weight: normal;
	}

h1
	{
	font-size: 24px;
	}

h2
	{
	font-size: 30px;
	}

h3
	{
	font-size: 20px;
	}

h5
	{
	font-size: 18px;
	}

h4
	{
	font-size: 11px;
	}

ul
	{
	font-size: 11px;
	}

div#story p
	{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	}
	
div#passage_1
	{
	margin-right: 20px;
	}

div#passage_2
	{
	margin-left: 20px;
	}

div#splashes div.splash p
	{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
	}
	
div#splashes div.splash h3
	{
	margin-bottom: 5px;
	}
	
div#splashes div.splash h4
	{
	margin-bottom: 15px;
	}
		
li.current
	{
	font-weight: bold;
	}
	
a:link
	{ 
	text-decoration: none;
	}
a:visited
	{ 
	text-decoration: none;
	}
a:hover
	{ 
	text-decoration: underline;
	}
a:active
	{ 
	text-decoration: none;
	}

p#info_title
	{
	font-size: 36px;
	font-weight: bold;
	}

p#info_text
	{
	font-size: 36px;
	}


