/* comment */

BODY {
    background-color: lightyellow ; 
/*  background-color: #FFFFFF; */

    font-family: gill, helvetica, sans-serif;
    font-size: 0.8em;
}

h1 {
    font-family: Times, serif;
}
h2 {
    font-family: Times, serif;
}

.horiz_bar {
  height: 2px;
  background-color: red; 
}  

.vert_bar {
  width: 4px;
  background-color: red; 
}  

.text_col {
  width: 400px;
}

