body{
	background: url(background/qa2019.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:1300px;
	margin:auto;
}

a{
	text-decoration:none;
}

a:link, a:visited{
	color:#0066cc;
}

a:hover{
	color:red;
	text-decoration:underline;
}

.header{
	font-family: 'Playball', cursive;
}

#title{
	text-align:center;
	position:relative;
}

.logos{
	position:relative; 
	top:-120px; 
	width:800px; 
	height:80px;
}

#dsa_logo, #smei_logo, #hkma_logo{
	display:inline-block; 
	position:relative; 
}

.content{
	background-color:rgba(245, 245, 245, 0.6);
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	min-width:200px;
}

.photo{
	float:left;
	margin:5px;
	height:113px; 
}

.vertical{
	width:170px;
	text-align:center;
}

.vertical img{
	height:113px;
}

.page{
	text-align:center;
	font-size:20px;
}

.back{
	margin:20px;
	text-align:right;
}

.back span{
	line-height:25px;
	vertical-align:top;
}

.footer{
	text-align:center;
}