@font-face {
  font-family: 'myFont';
  src: url('../fonts/thsarabunnew.eot');
  src: url('../fonts/thsarabunnew.eot?#iefix') format('embedded-opentype'),
       url('../fonts/thsarabunnew.svg#myFont') format('svg'),
       url('../fonts/thsarabunnew.woff') format('woff'),
       url('../fonts/thsarabunnew.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#top {
  width:1000px;
  border:1px Solid LightCoral;
  padding:15px;
  margin:auto;
  margin-top:10px;
  background-color:DarkRed;  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity:.75;
  font-family: myFont;
  font-size: 48px;
  color: White;
}

#mid {
  width:1000px;
  min-height:500px;
  border:1px Solid Gray;
  padding:15px;
  margin:auto;
  margin-top:3px;
  background-color:Seashell;
  font-family: myFont;
  font-size: 18px;
  color: #383838;
}

#bottom {
  width:1000px;
  border:1px Solid LightCoral;
  padding:15px;
  margin:auto;
  margin-top:3px;
  background-color:DarkRed;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity:.75;
  font-family: myFont;
  font-size:14px;  
  color: White;
  text-align:center;
}

#round {
  width:300px;
  border:2px Solid #a1a1a1;
  padding:30px; 
  background:#dddddd;  
  border-radius:15px;
}

.indent {
  text-indent: 15px;
}

.ui-widget {
  font-size: 100%;
}

.ui-dialog {
  font-size: 100%;
}

body {
  font-family: myFont;
  width:100%;
}

a:link {
  color: #383838; 
  text-decoration: none;
}

a:visited {
  color: #383838;
  text-decoration: none;
}

a:hover {
  color: DodgerBlue;
  text-decoration: underline;
}

a:active {
  color: OrangeRed;
  text-decoration: underline;
}

p {
  text-align: justify;  
}

h1 {
  font-size: 28px;
  color: Maroon;
}

h2 {
  font-size: 20px;
  color: DarkRed;
}

bold {
  font-weight: bold;  
}