<style TYPE="text/css">

P.content {font-family: Arial, Verdana, Helvetica, PMingLiU, MingLiU; font-size:11pt; line-height: 22px; text-align: justify; }

/* media */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
	  background-image: url("20181105092933939.jpg"); 
	  background-size: contain; 
	  background-repeat:no-repeat;
  }
  p.space { height: 110px;}
}

@media screen and (min-width: 800px) {
  body {
	  background-image: url("20181105092933939.jpg"); 
	  background-size: contain; 
	  background-repeat:no-repeat;
  }
  p.space { height: 310px;}
}

table P.content {font-family: Arial, Verdana, Helvetica, PMingLiU, MingLiU; font-size:11pt; line-height: 22px; text-align: justify; }

table P.margin {font-family: "Merriweather", "PT Sans", serif; text-shadow: 2px 2px 2px white; }

/* Heading font */ 

table P.title1 {font-family: "PT Sans", Arial, Verdana, Helvetica; font-size:26pt; line-height: 36px; font-weight: bold; text-align: center; color: #green;}

table P.title2 {font-family: "PT Sans", Arial, Verdana, Helvetica; font-size:15pt; line-height: 28px; font-weight: bold; text-align: center; color: #ffffff; text-shadow: 1px 1px 2px black;}

table P.title3 {font-family: "PT Sans", Arial, Verdana, Helvetica; font-size:14pt; line-height: 27px; font-weight: bold; text-align: center; color: #ffffff; text-shadow: 1px 1px 2px black;}

li {font-family: "Merriweather", "PT Sans", serif; font-size:12pt; line-height: 28px; text-align: justify; color: #000000; }

/* Table */
table.reg {
	border-collapse: collapse;
	line-height: 24px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}

tr.reg { font-size: 12pt;}
tr.reg:nth-child(even){background-color: #f2f2f2;}
td.reg { width: 170px; }
td.reg1 { width: 100px; }

/* Footer */

img.logo {
	height: 80;
}
</style>