/* CSS2 for the HTML created by Syd & Julia's version of teislides. */

*.interest { color: black;
	font-weight: bold;
}
span.att { font-family: monospace; }
span.att:after { content: "="; }
span.val { font-family: monospace; }
span.val:after { content: '"'; }
span.val:before { content: '"'; }
span.identpe { font-family: monospace; }
span.identpe:before { content: '%'; }
span.identpe:after { content: ';'; }
span.ident-pattern { font-family: monospace; }

body {
	background: white;
	font-family: verdana;
	font-size: 18pt; 
	color: #202020;
	background-color: #FFFFFF;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 0;
}

h1.maintitle {
	font-size: 175%;
	background-color:#A0BEBE;
	color: black;
	text-align: center;
}

div.slidetitle {
	font-size: 150%;
	background-color:#A0BEBE;
	color: black;
	text-align: left;
	padding-left: 1ex;
	}

pre.eg {
	background: #F0F0F0;
	padding: 6pt;
	font-style: roman;
	font-size: 16pt;
	margin-left: 1em;
	margin-top: 6pt;
}

pre.egbad {
	background: #F0F0F0;
	padding: 6pt;
	font-style: roman;
	font-size: 16pt;
	margin-left: 1em;
	margin-top: 6pt;
	border: 0.5ex solid red;
}

div.docAuthor {
	text-align: right;
	font-size:24pt;
	color: green;
}

div.docDate {
	text-align: right;
	font-size:24pt;
	color: blue;
}

div.slidebottom {
	font-size: smaller;
	}

hr.topbar {color: green}

hr.bottombar {color: blue}

p,ul,ol {
	padding: 0ex;
    }

ul.nobul {
	list-style-type: none;
}
li:first-child {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2ex;
	margin-left: 2ex;
}

li {
	margin: 0.2ex 0.2ex 0 0.2ex;
	margin-left: 2ex;
	list-style-type: bullet;
}

pre, code, tt {
	font-family:  monospace;
	color: black;
	font-size: 90%;
}

h2 {
	margin-top: 18pt;
	font-size: 25pt;
	color: green;
	background: white;
	text-align: center;
	border-width: 5pt;
	border-color: white;
	padding: 0pt;
	margin: 0pt;
    }

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	color: teal;
	text-align: justify;
	font-size: smaller;
}

address {
	font-style:  normal;
	font-family: cursive;
	letter-spacing: .1em;
	font-size: x-small;
}

a:link {
	color:  blue;
}

a:visited {
	color:  navy;
}

a:active {
	color:  purple;
	background: yellow;
}

a:hover {
	color:  blue;
	background:     silver;
}

a.xreflink {
	padding-left: 2%;
	padding-right: 2%;
	font-size: small;
	}

.titlebar {
	color: white;
	background: navy;
}

div.slidebottom > table { font-size: small; }
table {
      font-size: x-large;
      }
div.slidebottom tr { margins: 0 0 0 0 ;}
tr { margins: 25ex; 0.5ex; 0; 0.5ex; }


dt {
	
}

dd {
	display: inline;
}
