@import url("menu_style.css");

.menu_button {	background-image: url("img/button.jpg");	
	background-repeat: no-repeat;	
	background-position: center;	
	height: 50px;
	width: 90px;	
	padding: 5px;	
	text-align: center;	}
.menu_button:hover {	background-image: url("img/button_over.jpg");}
a.menu_link {color: #000000;	font-weight: bold; text-decoration: none;}
h1 {	font-size: 20px;
	padding: 40px 20px 10px 20px;
	text-align: center;
	margin: 0 0 0 0;
}
h4 {	font-weight: normal;
	padding: 0 30px 0 40px;
	text-align: justify;
	color:rgb(50,50,50);
	margin: 0 0 0 0;
}

.inline_img{
	float:right;
	padding: 20px 20px 20px 20px;
	width: 300px;
	height: 180px;
}.green_link  a {	color: rgb(0, 200, 50); }


.back-to-top {
  position: fixed;
  bottom: 3em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.80);
  font-size: 16px;
  padding: 1em;
  display: none;
}
.back-to-top:hover {	
  background-color: rgba(135, 135, 135, 0.50);
  }	
    