@charset "utf-8";
/* CSS Document */

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #6f6f6f;
	padding:0;  margin:0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#4088b8;
    clear: both;
}


p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}


#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 0px;
}

a:link         {color: #6f6f6f; text-decoration: none;}
a:visited      {color: #6f6f6f; text-decoration: none; outline:none;/* ● 去除Firefox會在鏈接周圍產生一個虛線外框 */}
a:active       {color: #6f6f6f; text-decoration: none;}
a:hover        {color: #4088b8; text-decoration: underline;}

img{border:0; vertical-align: bottom;} /** vertical-align: bottom; 用於圖片產生一些空隔高度的bug */

table {
	border: 0px;
	border-collapse:collapse;
}

table th{padding: 0px;}
table td{padding: 6px 0 0 0; font-size: 12px; color: #6f6f6f;}

