#body {
  line-height: 180%;
  padding: 1em 0;
}

h1,
h2,
h3,
h4{

  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-weight: normal;

}

h1{
  padding: .2em 0;
  font-size: 190%;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

h2{
  font-size: 125%;
  /* border-bottom: solid #C71585 1px; */

}

h3{
  font-size: 105%;
  font-weight: bold;
  color: #C71585;

}

p,li, table{
  font-size: 90% /*10pt*/;  
}

p, table{ 
  margin: 1.5em 0; 
  padding: 0 1em; 
}

p.info{
  font-size: 90%;
  color: #999;
  padding: .5em 1em .5em 70px;
  
  border-top: dotted #eee 1px;
  border-bottom: dotted #eee 1px;
  
  background-color: #fdfdfd;
  background-image: url(img/i.png);
  background-repeat: no-repeat;
  background-position: 23px 1em;
}

blockquote {
  margin: 1.5em 0 10px 1.5em;
  padding: 0 0 0 2px;
  border-left: dotted #888 1px;
  color: #999;
  background-color: #fdfdfd;
}

ul li{
  list-style-type: square;
  
}

dl{
  margin-left: 1em;
}


#body a{
  color: #C71585;
  font-weight: bold;
}

#body a:visited {
  color: #888;
  font-weight: normal;
  letter-spacing: 0.04em;
}

#body a:hover, #body a:focus {
  color:#000;
  text-decoration: none;
}

#body pre {
    
  background-color: #fbfbfb;
  line-height: 120%;
  padding: 1em 1em;
  
  border-top: dotted #C71585 1px; 
  border-bottom: dotted #C71585 1px;
}

#body pre code {
  background-color: transparent;
}
  

code {
  font-size: 9pt;
  color: #111;
  background-color: #fafafa;
}



.img-right {
  float: right; 
}

.img-left {
  float: left;
}

#body a img {
  border: solid #eee 1px;
  padding: 2px;
}

.img-right {
  margin-left: 1em; 
}



.clear{
  clear: both;
}

.highlight {
  color: #C71585;
  letter-spacing: 120%;
}

/* --- --- */

.content dl{
	margin-left: 1.5em !important;
}

.content dt{
  font-weight: bold;
  
  padding-left: 20px;
  background-image: url(img/point1.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.content dt a{
  color: #C71585 !important;
  font-weight: bold !important;
}

