
@font-face {
font-family: 'Squirrel';
src:  url('/things/fonts/squirrel.woff') format('woff'),
      url('/things/fonts/squirrel.woff2') format('woff2'),
      url('/things/fonts/squirrel.ttf') format('truetype');
font-weight:normal;
}

@keyframes flyby{
0%{margin-left: -70px;}
100%{margin-left: 70px;}
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #454545;
  border: 0px none #590002;
  border-radius: 0px;
  height: 61px;
}
::-webkit-scrollbar-thumb:hover {
  background: pink;
}
::-webkit-scrollbar-thumb:active {
  background: #ffb00d;
}
::-webkit-scrollbar-track {
  background: #000000;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #000000;
}
::-webkit-scrollbar-track:active {
  background: #000000;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.musbox{
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	background: black;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	font-family: 'Squirrel', serif;
	font-size:16px;
	color: white;
	padding: 10px;
	z-index:9999;
	text-shadow: none;
	letter-spacing: 2px;
}

.musbox:hover{

	width: 300px;
	height: 100%;
	overflow-y: auto;
	border-bottom: none;
}

  body{
    
    background-image: url(lionsuit1b.jpg);
    background-size: 25%;
    background-color: black;
    font-family: serif;
    cursor: url(amigacur.png), auto;
    overflow-x: hidden;
  }
  
  p.main{
    
  font-family: serif;
  font-size: 28px;
  color: pink;
  background-color: black;
  padding-top: 25px;
  padding-left: 25px;
  padding-right:25px;
  }
  


  p.mainb{
    
font-family:'Squirrel', serif;
font-size: 16px;
  color: pink;
  background-color: black;
  padding-top: 25px;
  padding-left: 25px;
  padding-right:25px;
  }
  
  p.footnotes{
    
    font-family: 'Lucida Console', courier, monospace;
    font-size: 13px;
    color: grey;
    background-color: black;
    line-height: 14px;
    letter-spacing: 1px;
    padding-top: 85px;
    width: 300px;
  }
  
  a{
    color: red;
  }
  
  a.fn{
    
    text-decoration: none;
    color: #A07DFF;
  }
  
  a.fn:visited{
    color: #A07DFF;
  }
  
  a:hover{
    color: pink;
    background-color: black;
    cursor: url(amigacurinv.png), auto;
  }
  
  a:visited{
    color: grey;
  }
  
  a.clean{
    color: pink;
  }
  
  a.clean:hover{
  
  color:pink;
  background-color:transparent;
  cursor: auto;
  
  }
  
  ::selection {
  background: pink;
  color: black;
}
::-moz-selection {
  background: pink;
  color: black;
}


span{
  background-color: #0D0D0D;
}

.mapbox{
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
  background: black;
  background-repeat: none;
  background-attachment: top left;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	font-family: 'Batang', serif;
	font-size:16px;
	color: white;
	padding: 10px;
	z-index:9999;
	text-shadow: none;
	letter-spacing: 2px;
}

.mapbox:hover{

	width: 675px;
	height: 325px;
	overflow-y: hidden;
	background-image: url(/things/img/greystripe1.gif);
	background-size: 100px;
}

.mapbox img{
vertical-align: bottom;
}

table, th, td {
   border: 1px solid #333333;
	 background: white;
	 color: black;
	 font-size: 12px;
}

td{
	padding: 5px;
	width: 125px;
}

td:hover{
  background: #FFEDED;
}
