presentation,body {
  position:static;
  font-family: sans-serif;
  font-size: 24px;
  padding-left: 1ex;
  padding-right: 1ex;
}

RDF {
  display: none;
}

section {
  display: block;
  margin-top: 10em;
  margin-bottom: 10em;
}

slide,.slide {
  width: 950px;
  height: 700px;
  display: block;
  margin: 0em 0em 5em 0em;
}

slide {
  padding: 1ex;
  border-style: solid;
  border-width: 1px;
}

h {
  display: block;
}

section > h {
  font-size: 200%;
  margin-top: 9em;
  margin-bottom: 1em;
  text-align: center;
}

slide > h, div > h {
  font-size: 125%;
  font-weight: bold;
  padding-bottom: 1ex;
}

ul {
  display: block;
  padding: 0em 1em 1em 2em;
}

line[clear=left] {
  clear: left;
}

line[clear=right] {
  clear: right;
}

line[clear=both] {
  clear: both;
}

line {
  display: block;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

// object[data]:after {
//   font-style: normal;
//   content: " (" attr(data) ") ]";
// }
// 
// object:after {
//   font-style: normal;
//   content: " ]";
// }
// 
// object:before {
//   font-style: normal;
//   content: "[ ";
// }

object[float=left] {
  float: left;
}

object[float=right] {
  float: right;
}

object[clear=both] {
  clear: both;
}

toc:before {
  font-style: normal;
  content: "[ ";
}

toc:after {
  font-style: normal;
  content: "auto-generated index ]";
}

toc {
  display: block;
}

object,toc {
  font-style: italic;
  text-align: center;
  padding: 0em 1em 1em 0em;
  font-size: 75%;
}

li {
  display: list-item;
  -moz-float-edge: margin-box;
	margin-left: 2em;
}

em {
  font-style: italic;
}

strong {
	font-weight: bold;
}


keyword {
	font-style:italic;
	font-weight:bold;
}

note:before {
  font-style: normal;
  content: "Note: ";
  color: #000000;
}

note {
  clear: both;
  display: none;
  //display: block;
  font-size: 12px;
  font-style: italic;
  color: #888888;
}

a:before {
  content: "[";
}

a:after {
  content: "]";
}

a {
  text-decoration: none;
}  

index {
	font-size: 75%;
	position: relative;
	top: 0.5em; 
}

exp {
	font-size: 75%;
	position: relative;
	top: -0.5em; 
}

formula {
	display: block;
	padding: 1em;
	font-weight: bold;
	margin-left: 2em;
}

