 

  body {

	  overflow : visible;
  }

  a {
	color : #FF6666;
	text-decoration:none;
  }

  h3 { font-weight: bold;
/*    volume: 50; */
    color: rgb(125, 119, 92);
    font-style: italic;
    font-size: large;
    line-height: 50%;
    }

  table { border-collapse: collapse;
    }

  .rowMouseOver { font-weight: inherit;
  /*  opacity: 1;*/
    background-color: rgb(240, 239, 236);
    }

  * { font-size: small;
    color: rgb(85, 87, 83);
    line-height: 150%;
    font-family: sans-serif,arial,helvetica;
    }

  h1 { color: rgb(125, 119, 92);
    font-size: x-large;
    font-weight: inherit;
    text-align: center;
    }

  h4 { font-weight: inherit;
    font-size: medium;
    }

  .w3c img {
	   border: 0px solid;
   }
  .row {  }

  .col1 { width: 15%;
    }

