/* Formatting for my wiki-like user editing system */

div.attrib {
  font-size: 80%;
  text-align:right;
}

h3 {
font-size: 100%;
color: #006633;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
font-variant: small-caps;
font-family: sans-serif;
} 

body {
    font-family: Verdana, sans-serif;
}

/* These are wikipedia like bulleted lists */
ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: .3em 0 0 1.5em;
  padding: 0;
}

li {
  margin-bottom: .1em;
}

div.editable {
  border: solid transparent 1px;
}