@font-face {
	font-family:'tech';
	src: url('avenir-next-regular.ttf');
}

BODY { font-family:tech; font-size:15px; color:black; line-height:1.5; background-color:white }
TD { font-family:tech; font-size:15px; color:black; line-height:1.5 }
DIV { font-family:tech; font-size:15px; color:black; line-height:1.5 }
SPAN { font-family:tech; font-size:15px; color:black; line-height:1.5 }
INPUT { font-family:tech; font-size:15px; color:black; line-height:1.5 }
TEXTAREA { font-family:tech; font-size:15px; color:black; line-height:1.5 }
SELECT { font-family:tech; font-size:15px; color:black; line-height:1.5 }
FORM { margin:0 }
IMG { border:0 }
LI { list-style-type:square }

A { color:steelblue; text-decoration:none }
A:hover { color:steelblue; text-decoration:underline }

.menu { font-size:20px; color:black; line-height:15px; cursor:pointer }
.menu:hover { color:#d87656 }

#lang form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  width: 150px;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-image:url("../images/select-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
}

#lang form select option {
  background:#cccccc;
  border-top:1px solid #444;
  padding:.3em 1em .3em 1em;
}

h1 {
	width:98%; 
	font-size:25px; 
	color:#d87656; 
	text-align:center;
	padding:5px;
	border-bottom:1px solid silver;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
	font-weight: normal;
}

h2 {
	width:98%; 
	font-size:15px; 
	color:#d87656; 
	text-align:left;
	padding:0;
	border:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: normal;
	font-style: italic;
}
