.colorgrey{
    color:#6e6e6e;
    }
.colorlightgrey{
    background-color:#f0f0f0;
    }
.colorwhite{
    color:white;
    background-color:black;
    }
h2{
    font-style:italic;
    font-style:bold;
    position:static;
    font-family:Arial;
    }
iframe{
    width:600px
    height:400px
    }
#h2blue{
    color:lightblue;
    }
#textblue{
    color:lightblue;
}