div.all {
border-style: solid;
border-left-width: 1px;
border-left-color: #000000;
border-right-width: 1px;
border-right-color: #000000;
border-top-width: 1px;
border-top-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #000000;
}
div.top {
letter-spacing : 2px;
font-weight : bold;
padding-left: 3px;
background-color : #c48478;
text-transform : uppercase;
text-align : left;
color: #000000;
}
div.content {
text-align:justify;
padding-top: 4px;
padding-left: 3px;
padding-bottom: 4px;
background-color : #eca48b;
color: #3d3d3d;
}
body, p, td, tr, div, table, i {
  font-family: century gothic, verdana;
  font-size:      8pt;
  color:          #da4966;
}
p {
margin: 0px;
}
b{
color:#de5135;
}
u{
color:#c48478;
}
i{
color:#de5135;
}
a:link, a:visited, a:active, a:hover {
  /* applied to all links */
  text-decoration: none;
  text-align:      justify;
}
a:link    { 
color: #c7473a;
}
a:visited {
color: #c7473a;
}
a:active  {
color: #c7473a;
}
a:hover   {
color: #c7473a; font-weight: bold; cursor: hand; 
}
body {
scrollbar-3dlight-color:#F7E7C6; 
scrollbar-arrow-color:#E7C66B;
scrollbar-base-color:#ff6347;
scrollbar-darkshadow-color:#DEAD51;
scrollbar-face-color:#EFD679;
scrollbar-highlight-color:#EFDCA8;
scrollbar-shadow-color:#E7C66B;
scrollbar-track-color:#f1bf68;
background-color:#f1bf68;
}