body
{ 
  font-family: Verdana, sans-serif; 
  color: black;
  background-color: #E0E0E0;
  max-width: 60em;
  margin-left: 10%;
  margin-right: 10%;
}

.guru
{
  background-image: url(xmlguru.jpg);
  background-repeat: no-repeat;
  height: 150px;
  padding-left: 210px;
}

.guru h1
{ 
  color: red;
  font-size: 80px; 
  font-weight: bold;
}

.guru p 
{
  text-align: right;
  font-style: italic;
}

.guru a 
{
  text-decoration: none;
  color: red;
  border: dotted 4px #E0E0E0;
}

.guru a:hover 
{
  background-color: #F0F0F0;
  border: dotted 4px red;
}

.releaseinfo { font-size: xx-small; margin-top: -1ex; }
.js-kit-comments { font-size: xx-small; display: inline; }


.copy { text-align: center; border-top: solid 1px red;}

.title { color: navy; }

.caption { font-style: italic; }

.comments { text-align: center;
            margin: 6px;
            border: solid 2px black;
            background-color: white; }

.sidebar { float: right; width: 45%; font-size: smaller; border: solid 2px black; padding: 4px; background-color: white; margin: 4px; }  
.sidebar td, .sidebar th { font-size: smaller; }
