﻿@charset "UTF-8";
body {
    margin:0; 
    padding:0;
    background-color:Black;
}
.eng {
    font-family:"Trebuchet MS", Georgia;
    font-size:12px;
    line-height:18px;
}
.chn {
    font-family:"細明體";
    font-size:12px;
    line-height:18px;
}
.jpn {
    font-family:"MS PGothic";
    font-size:12px;
    line-height:18px;
}