@charset "utf-8";
/* CSS Document for body home page  */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}
dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}
#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin:0;
  padding:0;
}
#bodyText p {
  padding-bottom: 0;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;                           //เส้นข้างใต้ลิ้งค์
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}
/* ###### General Color Scheme ###### */

h1, h2, h3, .topOfPage
{ /* Text Color: */  color: #4080ff; }

h1,
{ /* Border Color: */  border-color: #0080ff; }






