.banner {
	background-color: #FFBB33;
	color: #CC0000;
	text-align: center;
	height: 123px;
	border: 5px solid;
}

/* Find how to merge .a elements */
.banner a:link {color: rgba(204,0,0,1.00); text-decoration: none;}
.banner a:visited {color: #CC0000; text-decoration: none;}
.banner a:hover {color: #CC0000; text-decoration: none;}
.banner a:active{color: #CC0000; text-decoration: none;}

.notice {
	background-color: #FFBB33;
	color: #CC0000;
	text-align: center;
	height: 60px;
	border: 2px solid;
}

.donate {
	background-color: darkgreen;
	color: #CC0000;
	text-align: center;
	width: 160px;
	height: 70px;
	margin-top: 1em;
  	margin-bottom: 1em;
	border: 2px solid;
}

.button_d {
  background-color: #FFBB33;
  border: 2px solid ;
  color: #CC0000; /* #FFBB33 */
  padding: 1em 1em; /* 15px 32px */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 110px;
  height: 35px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer {
	font-size: 18px;
	margin-left: 200px;
	margin-right: auto; /* 200px */
}

/* got from w3school.com */
.button {
  background-color: #4CAF50; /* Green */
  border: 5px solid ;
  color: white;
  padding: 1em 1em; /* 15px 32px */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; /* 16px */
  width: 110px;
  height: 35px;
}

/* got from bootstrap.min.css */
/*.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto} not used yet */
h1 {font-size:2em;margin:.67em 0}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit; /* inherit */
	font-weight:500;
	line-height:1.1;
	color:inherit
}
.h1, .h2, .h3, h1, h2, h3 {margin-top:20px;margin-bottom:10px}
.h4, .h5, .h6, h4, h5, h6 {margin-top:10px;margin-bottom:10px}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}
