* { /* reset */
	padding:0;
	margin:0;
	box-sizing:border-box;
}
.no_select {
	-webkit-user-select: none; /* Safari */
	user-select: none; /* Standard syntax */
}
.no_drag {
	user-drag: none; /* Standard syntax */
	-webkit-user-drag: none; /* Safari and Chrome */
}
body {
	background-color:ivory;
	font-family:sans-serif;
	font-size:3vmin;
}
#head {
	margin-top: 3vmin;
	display:flex;
	justify-content: space-around;
	align-items: center;
}
.cols_2 {
	padding-bottom: 2vmin;
}
#head img, #left img, #right img {
	height:6vmin;
}
#head #title img {
	height:4vmin;
}
a {
	text-decoration: none;
	color:blue;
}
li {
	margin-top:2vmin;
}
#right_panel {
	margin-left:1vmin;
}
.cols_2 {
	display:flex;
	justify-content: center;
	padding-bottom:4vmin;
}
ol {
	margin:0;
	margin-top:2vmin;
}
li {
	margin-left:6vmin;
}
#pics{
	width:100%;
	display:flex;
	justify-content: center;
	margin-top:1.5vmin;
}
#pics img {
	height:35vmin;
	border:1vmin groove gold;
	background:lightcyan;
	padding:.5vmin;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}
