p.keyword { 
  color: #0000ff;
  display: inline;
}

p.comment { 
  color: #060;
  display: inline;
  font-weight: bold;
}

body {
  margin:0px 0px 0px 0px;
}

h1 { 
  color: #000;
  text-decoration: underline;
  font-size: 16px;
 }

#leftcontent {
  float:left;
  width:20%;
  background:#ccccff;
  border-top: 10px;
  border-right:2px solid #000;
  border-bottom:2px solid #000;
  margin-right:15px;
  padding-bottom:20px;
}

#rightcontent {
  width: 80%;
  background: #ccc;
}

