h1 {font-family:Times New Roman, serif;
    padding-left: 10px;}
h2, h3, h4 {font-family:verdana, sans-serif;
    padding-left: 10px;}
li {list-style-type:square;
    font-family:verdana, sans-serif;}

/* p is normal text */

p {padding-left: 20px;
   font-family: verdana, sans-serif;
   font-size:100%;}

* html goop{position:absolute;}
* html #bordert{position:absolute;}
* html #borderl{position:absolute;}
* html #borderr{position:absolute;}
* html #borderb{position:absolute;}

.goop       {position:fixed;
             right:0px;
             top:3px;
             width:320px;
             z-index:100;}

#bordert    {position:fixed;
             top:0;
             left:0;
             width:100%;
             height:3px;
             background-color:black;
             z-index:50;}
		
#borderl    {position:fixed;
             top:0;
             left:0;
             width:2px;
             height:100%;
             background-color:black;
             z-index:50;}
             			
#borderr    {position:fixed;
             top:0;
             right:0;
             width:2px;
             height:100%;
             background-color:black;
             z-index:50;}
 			
#borderb    {position:fixed;
             bottom:0;
             left:0;
             width:100%;
             height:3px;
             background-color:black;
             z-index:50;}

div.goop {position:fixed;
	right:0px;
	top:3px;
	width:82px;
	bottom:21px
	z-index:2;}

p em  {font-style: italic;}
p emb {font-weight: 700;} 
p emr {color: red;}

/* indt is indented text */

p.indt     {padding-left: 50px;}
div.indt   {padding-left: 20px;}
li.indt    {list-style-type:square;
		padding: 0px 0px 10px 10px;}
li.indt    {margin-left: 10px;}

a:link     {color:maroon; font-weight:500; text-decoration:none;}
a:visited  {color:navy;   text-decoration:none;}
a:hover    {font-weight:bold;}

div.photol  {float: left;
		width: 425px;
		margin: 10px 20px 10px 10px;}
.photol	p {font: italic;
	      text-align: center;}

div.photoll {float: left;
		width: 485px;
		margin: 10px 20px 10px 10px;}
.photoll	p {font: italic;
	      text-align: center;}

div.photor  {float: right;
		width: 435px;
		margin: 10px 20px 10px 10px;}
.photor	p {font: italic;
	      text-align: center;
            margin: 0px 0px 0px 0px;}
