body {
  color:        #999;
  font-family:  arial, helvetica, sans-serif;
  font-size:    16px;
}


a {
  color:  #ccc;
}
a:hover {
  color:  #999;
}


h1 {
  font-size:    1.4em;
  font-weight:  bold;
}

strong,
h2,
h3 {
  font-weight:  bold;
}


.clear {
  line-height:  0 !important;
}


.sys-msg {
  color: #660;
}


.sys-err {
  color: #600;
}

.required {
  color: #f00;
}
