回上一頁

overall.css




body {
    font-family: 'Time New Roman','新細明體';
    font-size: 12pt;
    line-height: 1.6em;
    background-color: white;
    color: #9f9f9f;
    letter-spacing: 0.05em;
    text-align: justify;
/* ------------------------------------------------ */
    background-image: url('img2/bg-img-1.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom;
}

.table2 {
    border: 2px solid;
    padding: 5px;
    width: 100px;
    padding: 25px 50px 20px 60px;
    text-align: center;
}

.t1 {
    background-color: lightyellow;
    color: blue;
}

.t2 {
    background-color: lightblue;
	 color: green;
}

.s1 {
	font-weight: bold;
}
/* ------------------------------------------------ */
.h2{
	font-family:'標楷體';
	color:blue;
}
.a{
	color:black;
}
.aa{
	font-family:'標楷體';
	color:green;
}
.aaa{
	font-family:'標楷體';
	font-weight:bold;

}
.aaaa{
	font-family:'新細明體';
	color:blue;
}