/*
2003-07-02:
  - set contentleft/right fontsizes to 12px/16px (mv)
  - h2 beetje margin eronder (mv)
*/
body, table {
  background-color: white;
  font-family: Times New Roman;
  font-size: 12px;
}
p {	
  margin-top: 0px; 
}
h2 {    
  margin-top: 0px;  margin-bottom: 6px; 
}
form {	
  margin-bottom: 0px; 
}
ul {
  list-style: square;
  margin-left: 16px;
  margin-top: 6px;
}
.input, .button {
  height: 16px;
  font-family: Times New Roman;
  font-size: 11px;
}
.button {
  padding-top: 0px;
  border: 0px;
  background-color: transparent;
  cursor: hand;
}
.block1, .block2 {
  padding: 15px, 5px, 5px, 10px;
  border: 1px solid #006699;
}
.block1 {
  background-color: #E0E9FE;
}
.block2 {
  background-color: #FEFAE0;
}
.weblogheading {
  border-bottom: 1px solid #006699;
  border-left: 1px solid #006699;
  font-size: 13px;
  color: #006699;
  font-weight: bold;
  padding: 3px, 3px, 3px, 17px;
}
.weblogtime {
  border-bottom: 1px solid #006699;
  border-right: 1px solid #006699;
  font-size: 13px;
  color: #006699;
  font-weight: bold;
  padding-right: 8px;
}
.weblogentry {
  padding: 6px, 17px, 6px, 12px;
  border-bottom: 1px solid #006699;
  border-left: 1px solid #FE9966;
  border-right: 1px solid #FE9966;
  background-color: #FAEEDE;
}
.heading {
  font-size: 13px;
}
.block1 A, .block2 A, {
  text-decoration: none;
  color: black;
}
.block1 A:hover, .block2 A:hover {
  text-decoration: underline;
}
.heading A {
  text-decoration: underline;
  color: #006699;
}
.heading A:hover {
  color: black;
}
.weblogentry A {
 color: #006699; 
}
.contentleft, .contentright {
  border: 1px solid black; 
}

.contentleft
  { font-size: 12px; }

.contentright
  { font-size: 16px; }

.contentright h2
  { margin-bottom: 20px; }