	html {
		height: 100%;
	}
	body {
		background:#f0f0f0;
		margin: 0px;
		font-family: Trebuchet MS;			
		font-size: normal;
		padding-left:150px;
		padding-right:150px;
		padding-top:30px;
		color:#555;
	}
	img {
		border: none;
	}
	
	.arrows
	{
		letter-spacing: -6px;
		cursor:pointer;
	
	}
	
	h2{
		margin-top: 40px;
	}
	
	div.bg {
		background:#fefefe;
		border:1px solid #115506;	
		min-height: 500px;
		text-align:left;
		min-width: 500px;
		margin-bottom:3px;
		padding-bottom:40px;
	}
	
	
		
	.link:hover
	{

		background: #ddd;
		color: #333;
		cursor: pointer;

	}
	
	.chapter
	{
		padding:2px;
		background: #333;
		border: 1px solid #115506;
        color: #ddd;
	}
	
	h2
	{
		font-size: larger;
		
	}

	.title
	{
		text-align:right;
		margin-top:0px;
		padding-top:20px;
		margin-right:5px;
		padding-right:15px;
		margin-left:80%;
		border-bottom: solid 1px #115506;
	}

	p
	{
		text-align:justify;
	}
	
	
	td
	{
		vertical-align:top;
	}
	
	
	
	
	
	
	
	ul#menu
	{
	position:absolute; 
	list-style-type:none;
	color: #ddd;
	font-weight: bold;
	font-size: small;
	margin-left:-70px;
	top:170px;
	}
	ul#menu a
	{
		display:block;
		border: 1px solid #115506;
		margin-bottom: 10px;
		padding:3px;
		width:130px;
		background: #333;
        color:#ddd;
	}

	ul#menu a:hover
	{
		background: #ddd;
		color:#333;
		cursor: pointer;
	}	
	
	a.link {
		text-decoration: none;
		color: #555;
		font-weight: bold;
		
	}
	
	a.link:hover {
		text-decoration: none;
		border: 1px solid #115506;
		cursor: pointer;
		padding:5px;
		color:#ddd;
		background:#333;
	}
		



