#coolmenu{
border: 1px solid black;
width: 170px;
background-color: #ECDEC4;
}

#coolmenu a{
font: bold 16px Arial,"新細明體","宋体";
color: #336600;
padding: 2px;
font-weight: 700;
padding-left: 4px;
display: block;
width: 100%;
color: #336600;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: #996633;
color: white;
}

#tabledescription{
width: 100%;
height: 3em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}

body
{
    font-family: "Arial","新細明體","宋体";
    font-style: normal;
    font-size: 12pt;
    text-align: justify;
}
 .tableheader{
 font-size: 16pt;
 font-family: "Arial";
 }
 
td
{
font-size: 10pt;
}


A:link {font-family: "Arial";COLOR: #0000CC; font-weight: bold;TEXT-DECORATION: none;}
A:visited {font-family: "Arial";COLOR: #5BADFF; font-weight: bold;TEXT-DECORATION: none;}
A:active {font-family: "Arial";COLOR: #0000CC; font-weight: bold;TEXT-DECORATION: none;}
A:hover {font-family: "Arial";COLOR: #0000CC; font-weight: bold;TEXT-DECORATION: underline;}
