@import url('https://fonts.googleapis.com/css?family=Telex|Droid+Serif');
@import url('kjmead-print.css');

BODY { font-family: 'Droid Serif', Georgia, Arial, Helvetica, sans-serif; 
	background: white; 
	margin: 1em 10%; 
	font-size:1em }

A {text-decoration: underline; color: #000077}


h1,H2 {color: #004788; 
   font-size: 1.8em ;
   font-family: Telex,Tahoma,Helvetica,Arial,sans-serif; 
   font-weight: 400;
   letter-spacing: 1px; 
   text-decoration: none;
//   background: #004799 ;
//   border-top: 4px solid #efc519; 
   padding: 1em;
	 margin-bottom: 1.2em; 
   text-align: center;
}
h1 {
   border-bottom: 2px solid #efc519; 
}

h2 {font-size: 1.6em;}

table {background: #CCC; }
td {background: #FFF; padding: 3px; }

.head1 {background: #fff84c; padding: .5em;}
li {margin-bottom: .4em}
hr {margin: 1em 0}

A:hover  {color: #555000; text-decoration: underline}

PRE {font-size: 1em}

.center {text-align: center;}

#bottom { font-size: .9em; font-style:italic;  }


