/* CSS Document - style.css */

body {
background-color: #ffffff;
margin: 0px;
}

h3{
color: #006633;
font-family: Times New Roman, Times;
font-size: 12pt;
font-weight: bold;
}


a { 
color: #006633;
text-decoration: underline;
}

a:hover {
color: #339966;
text-decoration: underline;
}

em {
color: #006633;
font-family: Times New Roman, Times;
font-size: 10pt;
font-style: normal;
}

.content {
color: #000000;
font-family: "新細明體", "細明體";
font-size: 12pt;
font-style: normal;
}