html,body{
   margin:0;
   padding:0;
   height:100%;
   border:none
}



BODY {
   color : Navy;
   font-family : Arial,細明體;
   letter-spacing:1px;
   font-size : 11pt;
   background :  White;
}

TD {
   color : Navy;
   font-family : Arial,細明體;
   letter-spacing:1px;
   font-size : 11pt;
}

SPAN.Normal {
   font-size : 11pt;
   color :  Navy;
   font-family : Arial,細明體;
   font-weight :  bold;
}

SPAN.Large {
   font-size : 13pt;
   color :  Navy;
   font-family : Arial,細明體;
   font-weight :  bold;
}


A {
   color: Blue;
}

A:Hover {
   color: White;
   font-weight : normal;
   background : Navy;
}

HR {
   color: #36A5C9;
   height: 1pt;
}

