body
{
     background-color: black; 
     font-size: 10pt;
     font-family: Verdana, sans-serif;
     color: white;
     margin: 0px;
     padding: 0px;
}

td
{
    font-size: 10pt;
}

th
{
    font-size: 11pt;
}

a:link, a:visited
{
     font-weight: bold;
     text-decoration: none;
     color: #0088ff;
}

a:hover
{
    color: #00ffff;
    text-decoration: underline;
}

#corpse
{
    width: 680px;
    border-top: none;
    background-color: black;
    margin: 0px;
    text-align: center;
    overflow: hidden;
}

#corpse .content
{
    width: 680px;
    padding: 5px;
    background-color: black;
    text-align: left;
}

#corpse .header
{
    margin-bottom: 10px;
    text-align: center;
}

#corpse .moreinfo
{
   background-color: #501014;
   text-align: left;
   width: 300px;
   padding: 5px;
   margin-top: 10px;
}

#corpse .leftside
{
   width: 318px;
   text-align: center;
   float: left;
}

#corpse .rightside
{
   width: 318px;
   margin-left: 319px;
   text-align: justify;
}

#corpse .footer
{
   text-align: left;
   color: #9f9f9f;
}

.iotw
{
   font-size: 14px;
   font-weight: bold;
}

.iotwtitle
{
   font-size: 13px;
   font-weight: bold;
   margin-bottom: 8px;
}


#article
{
  margin-left: 10px;
}

#article .title
{
  font-size: 11pt;
  font-weight: bold;

}

.picleft
{
   float: right;
   text-align: center;
   margin: 4px;
   margin-right: 15px;
   padding: 4px;
   width: 130px;
   height: 160px;
   border: 1px solid #00CBBA;
   background-color: #004350;
   font-weight: bold;
}

.picleft p
{
   margin: 0px;
   margin-bottom: 6px;
}

.lessimp
{
  margin: 0px;
  color: #4f4f4f;
  font-size: 8pt;
}

#comment
{
   background-color: #1d1d1d;
   border: 1px solid #7f7f7f;
   padding: 5px;
   padding-top: 0px;
   margin: 5px;
   margin-bottom: 15px;
}

#comment input
{
   background-color: #cfcfcf;
   color: black;
   border: 1px solid #4f4f4f;
}

#comment textarea
{
   background-color: #cfcfcf;
   color: black;
   border: 1px solid #4f4f4f;
}

#comment b
{
   font-size: 13pt;
}

.menulink
{
   font-size: 8pt;
   font-weight: bold;
   margin-bottom: 8px;
}

.menulink a:link, .menulink a:visited, .menulink a:active
{
   color: white;
   font-size: 8pt;
}

.menulink a:hover
{
   text-decoration: underline;
}

#latest
{
  text-align: justify;
  padding: 5px;
  width: 350px;
  margin-top: 20px;
}

#imagedesc
{
  text-align: center;
  margin: 5px;
  padding: 20px;
}

.disclaimer
{
  font-size: 8pt;
  color: #6d6d6d;
}