body {
	font-size : 3vw;
	overflow-y : scroll;
}
h1 {
	font-size : 4vw;
	margin-top : 0;
	padding-top : 0;
}
h2 {font-size:3.3vw;color: Green;}
h3 {font-size:3.0vw; font-weight: bold;}
p {margin: 0.2em auto; text-indent: 1.2em; }
nav {text-align: right; font-size: 2.4vw; font-weight: normal;}
table,td,th {border: 1px solid black; border-collapse: collapse; text-align: center; font-size:2.3vw;
	padding: 1px; vertical-align: top;}
table {width: 100%;}
ul, ol {
	margin-top : 0;
	margin-bottom : 0;
	padding-top : 0;
	padding-bottom : 0;
}
ul {padding-left : 1em;}
ol {padding-left : 1.5em;}
footer {background-color: black; color: white; text-align: center; font-size:1.5vw;}

a { color: inherit; }
A:hover { color: Green; }




.taken {color: red; font-weight: bold;}
.slogan {font-size:2.5vw; font-family: Arial, Helvetica, sans-serif;}
.objective {font-style:italic; font-size:2.2vw;}
.menu {text-decoration:none; color: Black;}
.curr {text-decoration:none; color: Red;}
.floatRight { float: right; width: 20%;}
.floatLeft { float: left; width: 20%;}
.emphasis{font-weight: bold;}
.left {text-align: left;}
.banner {float: left; width: 18%;}
.tube {width: 6%;}
.qrcode {float: right; width: 8%;}
.note { font-size: 0.7em; text-indent: 0.0em; text-align: center; }	
.noprint{ color: white;}	
/* for home page */
.link_button {
    border-radius: 6px;
    border: solid 2px Black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #DDDDDD;
    padding: 1px 4px;
    text-decoration: none;
}
/* for mobile phone portrait: change layout from multiple to 1 col */
* {box-sizing: border-box;}
.col3 {vertical-align: top; padding-left: 2vw; padding-right: 2vw; font-size: 2vw;
border: none; width: 33%; float: left; text-align: center;}
.row:after { content: ""; display: table; clear: both;}
@media screen and (max-width: 500px) {
	.col3 {width: 100%; font-size:1.5em;} 
	.banner {width: 100%;} 
	nav {font-size:3.0vw; width:100%; text-align: center;}
	h1 {font-size: 6.5vw;}
}
@media print { .noprint { visibility: hidden;}}