
body		{
		color: black; 
		background-color: maroon; 
		font-family: Verdana, Arial, helvetica, Sans-serif; 
		font-size: 0.9em;
		}
		
a:link		{color: maroon; font-weight: bold; }
a:visited 	{color: maroon; font-weight: bold;}
a:hover		{
		background-color: maroon; 
		color: white; 
		text-decoration: none;
		font-weight: bold;
		}

img		{
		margin: 5px;
		border-style: none;
		}

p		{
		margin-top: 0.8em; 
		margin-bottom: 0.8em;
		}
p:first-letter	{font-size: 120%;}
p:first-line	{text-indent: -20px;}

h1		{
		font-weight: normal; 
		margin-top: 0.3em; 
		text-indent: 3em;
		font-family: Impact;
		font-size: 180%; 
		}

.booktitle	{
		font-style: italic;
		}
.main	  	{
		padding: 20px; 
		background-color: white; 
		border-style: solid; 
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 750px;
		}
.suggestions 	{	
		font-size: 0.8em;
		background-color: white; 
		width: 150px; 
		border-style: solid;
		padding: 5px;
		position: relative;
		left: 550px;
		top: 40px;		
		}
.header 	{	
		background-color: white; 
		width: 400px; 
		border-style: solid;
		padding: 5px;
		position: relative;
		left: 20px;
		top: -40px;		
		}
.nav		{
		font-size: 110%; 
		margin-left: 30px;
		}


