/* xmdp.css */

html, body {
  font-family: 'Gill Sans MT', 'Gill Sans', 'Trebuchet MS', sans-serif;
  background: #ccc url(/img/diag.gif);
}

body {
  margin: 20px;
  padding: 0 20px 20px 20px;
  border: 1px solid #887;
  background: #f7f7ee;
}

h1#xmdp {
  font-family: 'Trebuchet MS', sans-serif;
  margin: 10px 0 0 0;
  font-size: 180%;
  color: #339;
}

.help { cursor: help; }

h2#domain {
  padding-left: 0.5em;
  height: 1.8em;
  line-height: 1.8em;
  margin-top: 0;
  font-size: 140%;
  background: #887;
  color: #fff;
}

dl#profile dd { font-size: 100%; }
dl#profile dt {
  font-weight: bold;
  color: #332;
}

strong {
  font-size: 110%;
  font-weight: bold;
  color: #332;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a:link,
a:visited,
a:hover,
a:active { color: #339; }

/* xmdp.css */

