body {
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background: #A0C0F0; 
	color: #000000;
}

.ribbon_top {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	/* background: rgba(20, 60, 70, 1); */
	background-image: linear-gradient(rgba(220, 230, 250, 1), rgba(220, 230, 250, 1), rgba(220, 230, 250, 0.99), rgba(220, 230, 250, 0.93));
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	text-align: center;
	padding-top: 20px;
	z-index: 10;
}

.ribbon_links {
	position: relative;
	max-width: 800px;
	height: 45px;
	margin: auto;
}
.ribbon_links a:link{
	text-decoration: none;
}

.button1, .button2, .button3, .button4 {
	/* display: inline; */
	position: absolute;
	width: 100px;
	background: #A0C0F0;
	color: #002030;
	border-radius: 13px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.button1:hover, .button2:hover, .button3:hover, .button4:hover {
	transition: .3s;
	transform: scale(1.2, 1.2);
}
.button1 {
	left: 0%;
}
.button2 {
	left: 27%;
}
.button3 {
	right: 27%;
}
.button4 {
	right: 0%;
}
@media only screen and (max-width: 600px) {
	.ribbon_top {
		position: relative;
		height: 240px;
	}
	.ribbon_links {
		height: 170px;
		width: 128px;
		margin: auto;
	}
	.button1, .button2, .button3, .button4 {
		position: relative;
		margin-bottom: 10px;
		left: 0;
	}
}

.bookmark{
	position: relative;
	left: 30px;
	top: -120px;
	width: 100px;
}

.copyright {
	margin: auto;
	max-width: 800px;
	text-align: right;
	font-size: 0.8em;
}

.odd, .even, .link-ribbon, .listbox, .tagbox {
	max-width: 800px;
	margin: auto;
	padding-top: 15px;
	line-height: 1.8;
	text-align: justify;
}
.odd a, .even a, .link-ribbon a {
	text-decoration: underline;
	text-decoration-style: dotted;
	color: #005030;
	font-weight: bolder;
}
.odd strong, .even strong {
	color: #002030;
}
.odd ins, .even ins {
	color: #002030;
}

.odd img, .even img {
	padding-top: 30px;
	padding-bottom: 30px;
}
.odd img {
	float: left;
	padding-right: 30px;
}
.even img {
	float: right;
	padding-left: 30px;
}

.listbox a {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
}
.list p {
	font-size: 0.85em;
}
.list:hover {
	background: #D0E0FF;
}

.tagbox a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	overflow: hidden;
}
.tagtitle, .taglink{
	display: inline-block;
	margin-right: 10px;
}
.taglink {
	border-radius: 8px;
	padding-right: 6px;
	padding-left: 6px;
	background: #D0E0FF;
	color: black;
}
.taglink:hover {
	background: #083048; 
	color: #A0C0FF;
}

.link-ribbon {
	height: 160px;
}
.link-block {
	border-radius: 8px;
	margin: 5px;
	width: 120px;
	height: 125px;
	color: black;
	background: white;
	float: left;
	text-align: center;
	padding: 0px;
}
.link-block:hover{
	background: #083048; 
	color: #A0C0FF;
}
.link-block img {
	width: 70px;
	height: 60px;
	margin: 4px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
}
.link-text {
	font-size: 0.85em;
	line-height: 1;
	font-weight: normal;
}

.fadeout {
	width: 100%;
	position: relative;
	top: 0px;
}
.overcover {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: bottom;
	color: #002030;
	background-image: linear-gradient(rgba(220, 230, 250, 0), rgba(160, 192, 240, 0), rgba(160, 192, 240, 0.5), rgba(160, 192, 240, 0.9),  rgba(160, 192, 240, 1));
	font-weight: bold;
}
.overcover:hover {
	background-image: linear-gradient(rgba(220, 230, 250, 0), rgba(220, 230, 250, 0), rgba(220, 230, 250, 0.5), rgba(220, 230, 250, 0.9),  rgba(220, 230, 250, 1));
}
.bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 0;
	font-size: 1.2em;
}

h1 {
	color: #002030;
	font-weight: Bold;
	text-shadow: -3px 5px 5px rgba(90, 130, 180, 0.5);
	text-align: center;
	line-height: 1;
}

h2 {
	color: #002030;
	font-weight: Bold;
	text-shadow: -3px 5px 5px rgba(90, 130, 180, 0.5);
	text-align: left;
}
