/* October 6, 2010. For Ric's lecture pages  
  and June 2021 */


html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; padding-top:10px; padding-bottom:10px;}
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

li {
font-size: 1.3em;
padding-left: 10px; padding-bottom: 10px;
}



body {
font-family: "Times New Roman", Times, serif;
	background-color:lightsteelblue;
}


#whole_page {
margin:   0 auto;
background-color: whitesmoke;
padding: 0 15px 0 15px; 
<!-- width: 1000px; -->
	width: 95%;
border: inset;
border-color:#660000;
}


h1 { font-weight:bold; font-size:3em; font-style:normal;
margin:10px 5px 10px 5px; 
letter-spacing: -2px;

}

h2 { font-weight: bold; font-size:2em; font-style:normal;
padding: 5px 5px 5px 5px;
margin:inherit;

}

blockquote {
margin: 10px 10px 0 10px;
}

p {font-size:1.3em;
line-height:130%;
color:#000000;
margin:inherit;
padding:10px 10px 0 0;
text-indent: 3em;
}


.index_bullets {font-size:1.8em; 
}

.bionotes {font-size:1.2em;
margin: auto;
}
.p_smaller {
font-size: 1.2em;
margin: auto;
line-height:150%;
}

.pagetitle { font-weight:bold; font-size:3em; font-style:normal; padding: 10px 0 10px 0; color:#666666;
}

.centered { text-align:center;
}

.on_right { text-align:right;
}

.colored_head {color: #660000; 
}

.top_logo {
float:left;
margin: 0 0 15px 0;
}
.ric_pic  {
float:right;
border:medium;
border-color:#990000;
}



.indent_50 {margin-left:50px;
}cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	text-indent: 50px;
	font-weight: bold;
	padding-left: 50px;
	left: 100px;
}
