BODY {
  font-size: 10pt; 
}
P {
  padding-bottom: 5px;
  font-size: 10pt; 
}
LI {
  font-size: 10pt; 
}
h1 { 
  font-size: 24pt; 
  font-weight: normal; 
  margin-bottom: 10px;
  margin-top: 10px;
}
h2 { 
  font-size: 14pt; 
  font-weight: normal; 
  margin-bottom: 10px;
  margin-top: 10px;
}
h3 { 
  font-size: 12pt; 
  font-weight: bold; 
  margin-bottom: 10px;
  margin-top: 10px;
}
h4 { 
  font-size: 11pt; 
  font-style: italic; 
  margin-bottom: 10px;
  margin-top: 10px;
}
a:visited { 
  text-decoration: none;
}
a:link { 
  text-decoration: none; 
}
a:hover { 
  text-decoration: underline; 
}
a { 
  text-decoration: none; 
}

.cElegant {
   border-color: Gray;
   border-style: solid;
   border-width: 1px;
   padding: 15px;
}