/* CSS Document */

h1 {
        text-align: center;
        font-size: 60%;
        color: #000099;
        margin-bottom: 0px;
        font-family: Courier New; 
    }
  
    table {
        margin: 0px;
        width: 100%;
        align-content: center
        
    }
  
    th {
        padding: 0px;
    }
  
    td {
        padding-left: 8px;
        padding-right: 8px;
        border: 0px solid #231F20;
        background-color: #231F20;
        align-content: center;
        margin-bottom: 10px;
    }

    #trHeader {
        text-decoration: underline;
        color: #990000;
    }
	#bookmark-this {
  padding: 5px 10px;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background-color: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  background-color: #ec971f;
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
    body{
    font: bold;
    font-family: Courier New;    
    color: #FBFBFB;
    font-size: 150%;
    text-align: justify;
}
    .centerCell {
        text-align: center;
    }
