body{
  /* font: 16px "Times New Roman", Times, serif; */
        font-family: "times new roman", serif;
        color: #000;
        background-color: #fff;
        font-size: 1.1em;
        line-height: 0.9em;   
}
p{
   margin: 0;
}
.hundred { font: 100px "Times New Roman", Times, serif }
p.blogdate {
   font: 10px;
   text-align: center;
}
a {
        color: #000;
}
a:hover {
        background-color: #0f0; 
}
code {
   background-color: #D0D0D0;
   font-size: 80%;
}
PRE {
   background-color: #D0D0D0;
   font-size: 80%;
}
p.blogmeta {
   text-align: right;
 /*  font-size: medium;  */
}
pre{ font: 10px; }
.navBlock {
   background: #55f;
   color: #000;
   float: left;
#   position: fixed;
   width: 20%;
   margin-top: 300px;
   border: none;
}
.mainBlock {
   background: #fff;
   color: #000;
   float: left;
   width: 57%;
   margin-bottom: 0;
   margin-top: 0;
   border-right: 100px solid #fff;
   border-left: 1px solid #fff;
   /*border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;*/
}
span.title {
   font-weight: bold;
}
/* for webjay embedded playlist */
.webjay_embed a {
  text-decoration: none;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: x-small;
}

.webjay_embed h3 {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  border: 0;
}

.webjay_embed ul {
  margin: 0;
  padding-left: 15px;
}

.webjay_embed h3 a {				
  font-size: x-small;
}
