h1 { font-family: "Lucida Bright", Georgia, serif; font-size: 42px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 44px; color: #5e5e5e; margin-block-start: 0.4em;  margin-block-end: 0.5em;} 

h2 { font-family: "Lucida Bright", Georgia, serif; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 20.6px; color: #5e5e5e; } 

h3 { font-family: "Lucida Bright", Georgia, serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 17.0px; color: #5e5e5e; } 

p { font-family: "Sen-Regular", fantasy; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;  } 

hr {margin: 0px; height: 1px; }


blockquote { font-family: "Lucida Bright", Georgia, serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }

pre { font-family: "Lucida Bright", Georgia, serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.57143px; }

@font-face {
    font-family: "Sen-Regular";
       src: url("/fonts/Sen-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

}
body {
	font-size:1.0em; 
	font-family: Sen-Regular;
	line-height: 1.2em;
}

#urcorner {
/* cant get this to work. is either too far up or into title
it's like top can be only zero */
        position:absolute;
        margin:0;
        top:0;
        right:18px;
        display:block;
        width:100%;
        height:20px;
        z-index:5;
        }

#ulcorner {
/*	position:absolute;  
	margin:20; 
	top:20; 
	left:200; */
	display:block; 
/*	width:122px;
	height:105px; */
	z-index:6; 
	}

.ulcpad {
	display:block;
	width: 122px;
	height: 200px;
	padding: 40px 40px 0px 40px;  /*Top  R bottom L */
	}


* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 20px;
  /*height: 300px; Should be removed. Only for demonstration */
}

.left {
  width: 25%;
}

.right {
  width: 75%;
}

.border-right {
  border-right: 1px solid black;
}

.border-left {
  border-left: 1px solid black;
}

.hangingindent {
  padding-left: 32px ;
  text-indent: -22px ;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 

#foot {
/*	position:absolute; 
	margin:0; 
	bottom:-1px; 
	right:18px; 
	display:block; 
	width:100%; 
	height:25px; 
	color:#000; */
	text-align:right; 
	font-size:.5em; 
	z-index:4; 
	border-top:1px solid #00;
	}
