
/****************************
  styles for OBC doc  
*****************************/

.menulink {
  text-decoration: none;    
  color:           blue;
  margin-top:      5px;
  margin-bottom:   5px; 
}

body {
  font-family:     sans-serif;
  font-size:       100%;
}


h2 {
  margin-top:      5px;
  margin-bottom:   20px; 
  font-weight:     bold;
  font-family:     sans-serif;
  font-style:      normal;
  font-size:       120%;
}

h3 {
  margin-top:      30px;
  margin-bottom:   5px;  
  font-weight:     bold;
  font-family:     sans-serif;
  font-style:      normal;
  font-size:       100%;
}

p {
  margin-top:      0px;
  margin-bottom:   5px;  
}

ul {
  margin-top:      0px;
  margin-bottom:   5px;  
}

.filename {
  margin-top:      20px;
  margin-bottom:   0px;  
  font-weight:     bold;
  font-family:     sans-serif;
  font-style:      normal;
  font-size:       100%;
}

.source {
  background-color: #f0f0f0;
  margin-top:      0px;
  margin-bottom:   30px;  
}

em {
  font-style:      normal;
  color:           #aa00aa;
}


