html { 
	height:101%;
}


hr{
background-color:#fff;
border:#000 1px dotted;
border-style: none none dashed;
color:#fff;
padding-top:30px;
padding-bottom:0px;
}

b {
	font-weight: 900;
}

body {
	font-family:  
				  Helvetica, 
				  "Helvetica Neue", 
				  "Avant Garde", 
				  Arial, 
				  "Arial Narrow", 
				  sans-serif;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	line-height: 130%; 
}

a {
	text-decoration: none;
	color: brown;
}

a:hover {
	color: goldenrod;
}

p.narrative {
	line-height: 140%; 
	max-width: 400px;
}

h1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	padding-top: 50px;
}

table.fancy, td.fancy, tr.fancy { 
	border-collapse: collapse;
}

td.fancy { 
	border: 1px solid black; 
	border-collapse: collapse;
	vertical-align: top;
}

td.fancy { 
	padding:15px;
}


.opaque {
	opacity:0.3; 
	filter:alpha(opacity=30);
}

a:hover .shadow {
	-moz-box-shadow:    -10px 10px 10px #999;
	-webkit-box-shadow: -10px 10px 10px #999;
	box-shadow:         -20px 20px 30px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dddddd');
}

p { text-align: justify; }


.typewriter {
	font-family: "Courier New", Courier, monospace;
}

.initial {
	line-height: 0.85; 
	font-weight: bold; 
	font-size: 90pt;
	padding-right: 10px;
	vertical-align: -1cm;
}

.strike{
	color: red;
	text-decoration: line-through;
}

.hilight {
    display: inline;
	background: #ffff99;
	padding-left: 3px;
	padding-right: 3px;
}

.highlight {
  /*border-bottom: 1px dashed #F00;
    display: inline;
	background: #ffff99;
	padding-left: 3px;
	padding-right: 3px;
*/
}

table.stylishtable
{
	margin-left: 0px;
	
/*    border-color: lightgray;
    border-width: 0 0 1px 0;
    border-style: solid;
	*/
}

td.stylishtable
{
    margin: 0;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 2px;
    background-color: none;
	text-align: left;
	
}

td.stylishtable2
{
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: none;
	text-align: left;
	border-bottom: 1px solid lightgray;
	vertical-align: top;
}

table.stylishtable2 
{

	margin: 0;
	border-top: 1px lightgray solid;
}

.lecturehead {
	padding-bottom:30px;
	color:maroon;
	text-transform:uppercase;
}



a img { border: none; }

