table{
        margin: 5px;
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        border-collapse: collapse;
        background-color: white;
}
table th {
        border-width: 1px 1px 1px 1px;
        padding: 3px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}
table td {
        border-width: 1px 1px 1px 1px;
        padding: 3px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}


div.important {
  background-color: #eee;
}

pre.programlisting {
  background-color: #eee;
}

p.docheader {
  background-color: #eee;
}

p.docfooter {
  background-color: #eee;
  font-size: 80%;
}

div.sidebar { 
  background-color: #fee;
  border: 1px solid #faa;
  padding: 5px;
}

.title { 
  font-family: sans-serif;
}

h1.title,h2.title,h3.title { 
  border-bottom: 2px dotted #aaa;
}

hr { 
  display: none;
}
