body { 
  padding: 0; 
  font: 0.9em/1.5 "arial",sans-serif; 
  color: #303030; 
  width:670px; 
  margin:0 auto; 
  text-align:left; 
}

a {color:#b41818;}
a:link {color:#b41818;}
a:hover {color:#b41818; text-decoration: none;}

h1, h2, h3, h4, h5, h6 { margin:15px 0 7px 0; }
h1 { font-size:200%; }
h2 { font-size:170%; font-weight: normal;}
h3 { font-size:105%; border-bottom: 1px solid #ddd;}
h4 { font-size:120%; }
h5 { font-size:100%; }

p { 
  margin: 15px 0; 
  line-height: 24px; 
  font-size: 95%;
}

.action { color: #666; }
.error { color: #600; }

.sec_edit {
  float: right;
  font-size: 80%;
  position: relative;
  top: 2px;
}

a.edit {color:#600; text-decoration: none;}
a.edit:link {color:#600; text-decoration: none;}
a.edit:hover {color:#600; text-decoration: none;}

.edit { color:#600; }
.u { text-decoration: underline;}

#editbox {
  border:1px solid #999999;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
