h1, .welcome {
color: #FFF;
font: Verdana;
margin-top: 0px;
margin-bottom: 20px;
font-size: 32px;
font-weight: normal;
text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
#content p{
	margin-left:20px;
	padding:5px 0;
}
a, a:visited, a b {
text-decoration: underline;
cursor: pointer;
}
.buttons {
overflow: auto;
padding: 50px 20px 20px 0px;
}
.buttons .right {
float: right;
text-align: right;
}
a.button{
display: inline-block;
text-decoration: none;
padding: 6px 12px 6px 12px;
}
a.button , input.button {cursor: pointer;
color: #000;
font-size: 12px;
font-family:'Microsoft JhengHei', Tahoma;
background-color: #a6957b;
-webkit-border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-khtml-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
-webkit-box-shadow: 0px 1px 1px #aaaaaa;
-moz-box-shadow: 0px 1px 1px #aaa;
box-shadow: 0px 1px 1px #aaa;}