.fly {
color:          000000;
font-weight: bold;
font-family:    arial,helvetica;
font-size:      14px;
position:       absolute;
visibility:     hidden;
z-index:        2;
}

.logo {
font-family:    times;
font-size:      40px;
color:          blue;
position:       absolute;
top:            0px;
left:           190px;
visibility:     visible;
z-index:        1;
}

.desc {
text-align:     center;
font-family:    arial;
font-size:      12px;
color:          red;
position:       absolute;
top:            220px;
left:           40px;
width:          400px;
visibility:     hidden;
z-index:        0;
}



A {color:  00ccff;}
A:HOVER {color : yellow; text-decoration : none;}
A:link, A:visited  {text-decoration : none; font-weight : bold; }
A:hover  {text-decoration : none; color : Red; }