
div.indexText
{
  background-color: black;
  border: 1px solid black;
  min-height: 243.75px;
  
}

div.image
{
 width: 500px;
 float: left;
 margin-right: 20px;
 margin-top: 20px;
 margin-bottom: 20px;
 margin-left: 70px;
}


div.lead
{
  margin-left: 547px;
  margin-right: 17px;
  margin-top: 17px;
  background-color: #eee;
  min-height: 201px;
  border: 3px solid black;
}

.lead:hover
{
  border: 3px solid orange;
}

.border_in
{
  border: 3px solid orange !important;
}

.preTitle
{
  height: 10px;
}

.leadTitle 
{
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

.leadPel
{
  font-style: italic;
  font-size: 14px;
  margin-right: 10px;
}

.leadAuthor
{
  font-size: 14px;
  margin-right: 10px;
}

.bodyText
{
  margin: 20px;
  line-height: 1.35;
  text-align: justify;
  font-size: 14px;
}

.indexList a {
  text-decoration: none;
  color: black;
}

/*
  These rules allow using bold and italic!
*/
strong, b, strong *, b * 
{ 
font-weight: bold !important; 
}

em, i, em *, i * 
{ 
font-style: italic !important; 
}
