.test {
    background-color: #00ff90
}
.test2 {
    
    color: #b6ff00
}
.title {
              color: #777;
              display: inline;
              font-size: .86667em;
              margin-top: 15px;
              opacity: .5
              text-transform: uppercase;
            }
            
            .grey_back{
                background-color: #ece3e3
            }
            
            .white_back{
                background-color: White
            }
            
            .blue {
              color: #0026ff;
            }
            
            .opac {
                opacity: .6;
            }
            
            .small_font {
                font-size: small;
            }
            
            .medium_font {
                font-size: medium;
            }
            
            .large_font {
                font-size: large;
            }
            
            .red {
              color: #f00;
            }
            
            .back {
              background-image: url(Back.JPG);
              background-position: center;
              background-repeat: no-repeat
            }

            .opro{
        opacity: 7
    }
            .darkgrey_back{ 
        background-color: #808080
    }
            .gold{
    color: #b6ff00
}    