/* bell-harrison.com - standard styles */

body 	{ 
	color: darkgreen ; background-color: lightblue ; 
	margin-left: 10%; margin-right: 10%; 
        background-image:url(../images/rough_paper.png);
        /* background-attachment:fixed;  not displayed correctly by chrome */
	font-size: 16px;
	font-family: Verdana, sans-serif; }

h1,h2 { font-family: Garamond, "Times New Roman", serif; }

h1 { margin-left: -8%; font-size: 200%; }

h2 { margin-left: -4% ; margin-top: 1em; margin-bottom: 1em; font-size: 150%; }

h3 { margin-left: -2% ; margin-top: 10pt; margin-bottom: 10pt; font-size: 100%; }

h4,h5,h6 { margin-left: -1%; }

/* two equal width columns: (colwrap(leftcol,rightcol,closecol))  */
div.colwrap  { width : 100%; padding-top : 1px; } 
div.leftcol  { padding-top : 0; float : left; width : 49%; }
div.rightcol { padding-top : 0; margin-left : 51%; width : 49%; }
div.closecol { clear : left; }

ul { margin-top:0; padding-top:0; margin-bottom:0; padding-bottom:0; }

li { list-style-image : url(../images/bullet.gif); margin-bottom:0; }

span.ctl_txt { cursor:pointer; text-decoration:underline; font-size:100%; 
               font-weight:normal; font-style:italic; }

span.titles{ font-family:serif; font-size:larger; font-style:italic;  }

span.ctl_txt { cursor:pointer; text-decoration:underline; font-size:100%; 
               font-weight:normal; font-style:italic; }

hr { height:3px; margin-top:0.5cm; margin-bottom:0.5cm; 
     background-color:darkgreen; }


