html{
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
}


h3 {
  display: inline;
}

h1, h2, h3, h4, h5, h6 {
  color: #36366D;
}


#menu{
    width: 450px; 
    margin: 0px auto; 
 /*   webkit-text-shadow: 1px 1px 1px #000; 
    moz-text-shadow: 1px 1px 1px #000; 
    text-shadow: 1px 1px 1px #000; */
    font-size: 36px;
}


section {
    max-width: 1064px;
    margin: 0px auto;
    overflow: hidden;
    min-width: 300px;
}

#infoContainer {
    position: absolute;
    left: 43%;
    width: 500px;
    top: 78px;
    text-align: center;
    margin-left: -250px;
}

#container {
width: 100%;
}

#container:before,
#container:after {
    content:"";
    display:table;
}
#container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#container {
    zoom:1;
}

#BSTable {
  font-family: 'Arimo', sans-serif;
  border-collapse: collapse;
  width: 1000px;
}

#BSTable td, #BSTable th {
  border: 1px solid black;
  padding: 8px;
  text-align: center;
}

#BSTable tr:nth-child(even){background-color: white;
	text-align: center;
}

#BSTable tr:hover {background-color: white;}

#BSTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  #background-color: #99c;
  color: black;
  #text-shadow: 1px 1px 1px #ccc;  
  border-bottom: 3px solid black
}

