/* CSS Document - style.css */

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

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

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

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