.comp { 
   text-align: center; 
   background-color:#eeeeee; 
   font-weight: bold;
   font-family: Verdana,Lucida Sans,Arial,Helvetica,Geneva,sans-serif;
   font-size: large; 
   width: 20%; } 
.desc { 
   background-color: #ffffcc; font-family: Verdana,Lucida Sans,Arial,Helvetica,Geneva,sans-serif; font-size: small; font-align: justify }
html, body {
   color: #000;
   font-family: verdana,lucida sans,arial,helvetica,geneva,sans-serif;   
   font-size: small;
   text-align: left;
}

a:link {
   color: #037;
   text-decoration: none;
}

a:visited {
   color: #636;
   text-decoration: none;
}

a:hover { 
   color: #ccffcc; 
   text-decoration: underline; 
}
