/*歡迎參考，並請指教*/
/* Global */
body {
  background: url("/score/images/back_07.gif");
  font-size: 10pt;
}

/* Table */
td.back {
  background-image:url("/score/images/dye_fa_0018.gif");
  background-repeat:no-repeat;
  background-position:center;
  font-size: 18pt;
  font-weight: bold;
}
th {
  background: navy;
  color: yellow;
}
table {
  font-size: 10pt;
}

/* Form */
input {
  background: rgb(202,235,255);
}
textarea,select {
  font-family: Courer;
  background-color: rgb(202,235,255);
}
/* DIV */
div.content {
  padding: 1em;
  width: 100%;
  border: solid thin;
  background: silver;
}
div.example{
  background: rgb(210,255,247);
  font-family: Courier;
  font-size: 10pt;
  color: blue;
}
div.listing{
  background: #F1FFE8;
}

div.information{
  background: #F1FFE8;
}

/* Contex */
p.note {
  font-weight: bold;
  color: red;
}

h1, h2, h3 {
}
p.explain {
  color: green;
}
/* LINK */
A:link {
  color: rgb(50,50,255);
}
A:visited {
  color: rgb(50,50,255);
}
/A:visited{
/  color: rgb(138,60,234);
/  font-weight: bold;
/}
A:hover{
  color: red;
  text-decoration: none;
}