/* Styles for Bill Meacham's web site */
H1, H2, H3, H4, H5, H6 {font-family: Verdana, Arial, Helvetica, sans-serif}
                     /*   font-style : italic ;  
                        font-weight: bold} */
body                   {font-family : "Book Antiqua", Garamond, Palatino, Times, serif;
                        }

body.essay             {margin-left : 12.5%;
                        margin-right: 12.5%;
                        background-image : url(images/pap2.gif)}

body.poetry            {margin-left : 5% ;
                        background-image : url(images/back.jpg)}

body.photo             {margin-left : 10% ;
                        margin-right: 10% ;
                        }

p                      {font-family : "Book Antiqua", Garamond, Palatino, Times, serif}
td                     {font-family : "Book Antiqua", Garamond, Palatino, Times, serif}
ul                     {font-family : "Book Antiqua", Garamond, Palatino, Times, serif}
a:link                 {color:blue; text-decoration: underline}
a:visited              {color:blue; text-decoration: underline}
a:hover                {color: #FF0033; text-decoration: underline}
/*
a:active               {color: #FF0033; text-decoration: underline}
*/

.poetry                {font-family : "Book Antiqua", Garamond, Palatino, Times, serif;}

.poetry-prop           {font-family : "Book Antiqua", Garamond, Palatino, Times, serif;
                        color : #990000}

.poetry-fixed          {font-family : Courier, monospace;
                        color : #990000}
								
.indent { text-indent: 0.5in; }

.small				   {
	font-size : smaller;
}

