* {
	color: #0;
	margin: 0px;
	border: none white 0px;
	border-collapse: collapse;
	border-padding: 0px;
	}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	}

#topbar table {
	width: 960px;
	}
	
#topbar td {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	}

.buttonoff {
	background: rgba(128, 255, 255, 1);
	}
	 
.buttonover {
	background: rgba(128, 255, 255, 0.35);
	} 	 
	 
.buttonon {
	background: rgba(128, 255, 255, 0);
	}	 
 
#content {
	width: 920px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 20px 0px 20px 0px;
	font-size: 16px;
	text-align:center;
	}

.publication {
	clear: both;
	padding: 35px 0px 20px 0px;
	font-size: 16px;
	text-align:center;
	line-height: 2;
	}
	
.publication img {
	margin-top: -35px;
	float:left;
}

.biblio {
	clear:both;
	text-align:left;
	padding: 10px 10px;
}
	
#table {
	font-size:12px;
	}
#table td,th {	
	border: solid black 1px;
	}
	
#bottomlinks {
	font-size: 14px;
	background-color: #94c6ff;
	text-align: center;
	width: 960px;
	}
	
#copyright {
	font-size: small;
	}
	
#bottomlinks link {
	color: #008c94;
	}
#bottomlinks visited {
	color: #008c94;
	}
#bottomlinks hover {
	color: #ffffff;
	}

#emaildiv{
  text-align:left;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px
  }

input[type=text], textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=text]:focus {
  background-color: #E0F7FF;
}

input[type=submit], button, captcha{
  width: 30%;
  background-color: #4a8fe2;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}