body{
    background-color: rgb(230, 255, 255);
    background-image:url(gog.png);
    background-repeat: no-repeat;
    background-attachment: right;
}

.big {
    font-size:300%;
   
}
*{
    font-family:"Lucida Handwriting";
}
.rod{
    color:red;
    text-align:center;
}
.blo{
    color:blue;
    text-align:left;
}
.grn{
    color:green;
    text-align:right;
}

.gre{
    background-color:rgb(71, 71, 107);
}
div.d{
    opacity:0.5;
}
div.u{
    background-color:rgb(204, 255, 255);
}
div.a{
    opacity:1.0;
}
div.gug {
  width:100%;
  overflow:auto;
}
div.gug div {
  width:33%;  
  float:left;
}