/* Style Sheet for Tristarp documents */

body {
  color: black;
  background-color: white;
  font-size: 12pt;
  margin-left:  3em;
  margin-right: 3em;
 /* font-weight: bold;
  text-align: justify;*/
}

address {
  text-align: right;
}

caption {
  font-weight: bold;
}

p {  
  font-weight: bold;
/*  text-align: justify;*/
  text-indent: 1em;
}

/*h1 {
  text-align: center;
  text-decoration: underline;
}*/

h2 { margin-left: -2em; }

h3 { margin-left: -1em; }

code.bnf {
  margin-left: 5em;
  margin-right: 5em;
  text-align: left;
  font-size: 11pt;
}

code.fdl {
  margin-left: 4em;
  margin-right: 2em;
  text-align: left;
  font-size: 11pt;
}

em.note {
  margin-left: 5em;
  margin-right: 5em;
  color: black;
  border: 3px solid black;
  background: rgb(204, 204, 153);
}

em.modified {
  font-size: 11pt;
  text-align: right;
  font-weight: normal;
}

table.fancy caption { 
  color: black;
  background: rgb(204, 204, 153);
}

table.fancy th { 
  text-align: left;
  color: white;
  background: rgb(204, 204, 153);
}

table.fancy { 
  margin-left: 5em;
  margin-right: 5em;
  width: 80%;
  color: black;
  background: rgb(255, 255, 153);
  border: 2px solid black;
}

ul.contents {
  list-style-type: none;
}

ul.member {
  list-style-type: none;
  text-align: center;
}

