body {
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 77%; 
  margin:80px;
  background:#F0F0F0;	
  line-height:160%;  color:#444;
}

A  { color: #2C88BA; }
A:link	{ color: #2C88BA; }
A:visited	{ color: #8F6545; }
A:active	{ color: #FFCC00;  }
A:hover	{ color: #FFCC00; }

.description {
  font-family:palatino,  georgia, times new roman, serif;
  color:#4A5837;
  font-size:.85em;
  text-transform:none;	
}

h1 {font-size: 1.3em; font-weight: bold;}
h3 {}

.detail { color:#777; font-size:.9em; font-weight:normal;}

#banner { 
  margin: 24px 0 0 36px;
  padding:0;
}

#content {
  background:#FFF;
  margin:0px 18px 12px 36px;
  width:54%;
  max-width: 46em;
  padding:16px 20px 8px 20px;
  float:left;
}


.hr {
  border-bottom: 1px dotted #DEDBC3;
  font-size:.5em;
  margin:12px 0 24px 0;
 }

.mark {font-size:2em; color:#DDD;}
.markhilite {font-size:2.8em; font-weight:bold; color:#c46805;}