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

div.goop {position:fixed;
	right:0px;
	top:3px;
	width:416px;
	height:26px;
	z-index:2;}

#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:3px;
             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;}

h1 {font-family:"Times New Roman", serif;
    padding:10px 0 0 10px;}
h2 {font-family:verdana, sans-serif;
    font-style: italic;
	color:red;
	padding-left:30px;}

h3, {font-family:verdana, sans-serif;
    padding-left: 10px;}

h4     {font-family:verdana, sans-serif;
	    color:red;
   	    padding: 0px 0px 0px 10px;}

li {list-style-type:square;
    font-family:verdana, sans-serif;
	margin-left:30px;
	padding:0px 0px 5px 10px;}

/* p is normal text */

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

.nudge     {padding-left:30px;}


.kinks {font-family:verdana, sans-serif;
	    font-size: 16pt;
	    padding: 10px 10px 0px 50px;}

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

