body {
/*    background-image: url("img/biji-getah.jpg");*/
    background-image: url("../images/pokok-getah.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
}
 .image1 {
  width: 60%;
  height: auto;
  border:3px solid;
}

.font1 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}

.font2 {
  font-size: 18px; 
  font-weight:bold; 
  color: #FFFFFF;
}

.font3 {
  font-size: 18px; 
/*  font-weight: bold; */
  color: #000000;
}

.tr1{
    background-color: #4c4c4c;
}

.tr2{
    background-color: #666666;   
}

.tr3{
    background-color: #FFFFFF;   
}

p.shift{
  font-size: 18px;
/*  font-family: sans-serif;   */
  margin: 10px;
  text-align : justify;  
}

table   {
  width: 60%;
  border-collapse: collapse;
}

th, td {  
  border:3px solid;
  bordercolor:#000000;*/
/*  background-color: #ffffff; */

