a:link  {
         TEXT-DECORATION : none;
         COLOR : blue;
}
a:alink {
         color : #FFFFFF;
         text-decoration : none;
}
a:vlink {
         color : #FFFFFF;
         text-decoration : none;
}
a:hover {  
         color : #0000FF;  
         font-family : Georgia, "Times New Roman", Times, serif;  
         text-decoration : underline overline; 
}
body {
       margin-top : 0px;
       background-color : #D9F2FA;
}
.logo {
       font-family : Verdana, Arial, Tahoma;
       font-size : 26px;
       font-style : bold;
       font-weight : bold;
       color : #FFFFFF; 
}
.desc {
       font-family : Jikharev, Verdana, Arial, Tahoma;
       font-size : 20px;
       font-style : bold;
       font-weight : bold;
       color : #000000; 
}

