/*Style sheet to adjust the layout of the Morris Tradition booklet*/
/*url(../images/sring.gif) top right no-repeat*/
#container {
	        width: 610px;
            }

h1,h2,h3,h4 {font-family: arial, helvetica, sans-serif;
                   font-variant: small-caps;
                   font-weight: bold;
	               color: #363;
	               background-color: white;}
	               
h1  {font-size: 24pt; text-align: center; margin-top: 5px;}    
h2  {font-size: 18pt; text-align: left; margin-left: 10px;}
h3  {font-size: 15pt; text-align: right; margin: 40px 10px 10px 10px;}
h4  {font-size: 12pt; text-align: center; margin: 10px;} 

#cover_image	{float: right; margin: 4px;}
#cover_legend	{float: right; font-size: 95%; 
				border: 1px solid blue; 
				padding: 2px; 
				width: 442px;
				text-align: right;}
#cover			{font-size: 95%; 
				color: #363; 
				background-color: white; 
				margin: 5px; 
				text-align: left; 
				width: 600px;}

p   	{color: #363; background-color: white; margin: 5px 10px; text-align: justify; font-size: 120%;}
p.quote	{margin: 5px 10px 5px 50px; font-style: italic;}
ol		{text-align: left; color: #363; background-color: white; font-size: 120%;}
dd		{margin-left: 15px;}