#coolmenu{
border: 1px solid #333333;
width: 170px;
background-color: #333333;
}
#coolmenu a{
font: bold 14px Arial;
padding: 2px;
padding-left: 4px;
display: block;
width: 129px;
color: yellow;
text-decoration: none;
border-bottom: 0px solid #FFFF00;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: #666666;
color: #CCCCCC;

}

#tabledescription{
width: 100%;
height: 4em;
padding: 2px;
filter:alpha(opacity=2);
-moz-opacity:2;
color: #FFFF00;

}

p            { font-family: Arial; font-size: 10pt; text-align: center; margin-top:15; margin-left:0 }