body {
  font-family:                 tahoma arial;
  font-weight:                 normal;
  font-size:                   normal;
  color:                       #663300;
  background-color:            #EACFB4;
  padding:                     0 20 0 20px;
  margin:                      0;
  scrollbar-face-color:        #E7C47E;
  scrollbar-shadow-color:      #CC9933;
  scrollbar-3dlight-color:     #CC9933;
  scrollbar-darkshadow-color:  #CC9933;
  scrollbar-arrow-color:       #663300;
  scrollbar-track-color:       rgb(247,210,163);
  scrollbar-highlight-color:   #EACFB4;
}

a {
  color:            #993300;
  font-size:        normal;
  text-decoration:  none;
}

a:hover {
  color:            red;
  text-decoration:  underline;
}

div.article {
  padding:          0 20 0 20px;
  background-color: #f7d2a3;
  border:           1px dotted #CC9933;
}

h2.title {
  text-align:       center;
}

p {
  margin-top:       3px;
  margin-bottom:    4px;
  text-indent:      20px;
}

p.title {
  font-size:        smaller;
}

p.simpara {
  text-align:       right;
}

div.figure {
  text-align:       center;
  margin:           10 0 10 0px;
  padding:          10px;
  background-color:            #EACFB4;
  border:           1px dotted #CC9933;
}