
body { font-size: 12px; 
       font-family: sans-serif; }

p { text-indent: 2em; 
    text-align: justify; }

dl.contents { border: thin solid #aaaaaa;
              background-color: #eeeeee; }

dd > dl.contents { border: none;
                   font-size: 80%;
                   font-style: italic; }

h2 { border: thin solid #555555; 
     background-color: #eeeed7; }

h3 { border-top: thin solid #555555;
     border-bottom: thin solid #555555; }

ul { list-style-type: square; 
     padding-left: 3em; }

/* Wiki Formatting */

.footdate { font-style: italic;
            font-size: 80%; }
.foothome { border: thin solid #555555; 
            background-color: #eeeed7; 
            display: block; 
            padding: 2px; }

/* Planner Formatting */

.tasko { font-weight: bold; }
.taskX { text-decoration: line-through;
         color: #aaaaaa; }
.taskp { font-style: italic; }

.taskA { color: red; }
.taskB { color: #bfbf3f; }
.taskC { color: blue; }
