html {
	background-color: rgb(15,15,15);
	color: rgb(180,180,180);
	color: rgb(140,140,140);
	color: rgb(222,222,222);
}
body {
	background: none;
	margin-top: 40px;
}
a {
	color: rgb(0,211,255);
	text-decoration: none;
}
a:hover {
	color: rgb(0,211,255);
	border-bottom: 2px solid rgb(255,110,0);
	border-bottom: 2px solid rgb(0,211,255);
	border-color: rgb(0,0,0):
}
a:visited {
	acolor: rgb(100,127,153);
	color: rgb(90,155,199);
}
bold {
	color: rgb(0,211,255);
	font-weight: bold;
}


#navbar2 {
	top: 50px;
}
.navbar {
	background-color: rgb(35,35,35);
	background-color: rgb(28,28,28);
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height:20px;
	padding: 8px;
	text-align: center;
}
.anavbar span:before {
	content:'\2022\00a0';
}
.navbar span {
	border: 0px solid white;
	background: none;
	acolor: black;
	padding: 2px 8px;
	margin: -1px 2px;
	border: 1px solid black;
	border-width: 0 5px 0 5px;
	border-radius: 10px;
}
.navbar span:hover {
	background-color: rgb(199,199,199);
	background-color: rgb(25,25,25);
	border-color: rgb(0,211,255);
}
.navbar #active {
	background-color: rgb(45,45,45);
	border-color: rgb(0,211,255);
	border-color: rgb(255,110,0);
}
.navbar #active a {
	border-bottom: 2px solid rgb(255,110,0);
}
.navbar a, .navbar a:hover, .navbar a:visited {
	color: rgb(0,127,153);
	text-decoration: none;
}






.none {
	border: none;
	background: none;
}




.leftrightblack {
	border: 1px solid rgb(255,110,0);
	border-width: 0 3px;
	background: rgb(45,45,45);
	border-radius: 5px;
	padding: 0 4px;
}


.futuristic {
	border: 5px solid rgb(255,110,0);
	border-radius: 1000px;
	width:  60px;
	height: 60px;
	color: black;
	background: black;
	margin: 10px;
}
.futuristic:hover {
	background: rgb(88,88,88);
	color: rgb(88,88,88);
}






.searchfield {
	border: 1px solid red;
	border-radius: 4px;
	width: 40%;
	border-color: rgb(255,110,0);
}
.searchfield:focus {
	border-color: rgb(0,211,255);
	background-color: rgb(30,30,30);
}
.searchfield:hover {
	border-color: rgb(0,211,255);
	background-color: rgb(70,70,70);
}
.searchspan {
	text-align: center;
	display: block;
}
.searchanchor {
	
}


table {
	background-color: rgb(40,40,40);
	border-radius: 5px;
	padding: 4px 7px;
	margin: 4px;
}






input[type=text] {
		width:50px;
		text-align: right;
		border-radius: 7px;
		padding: 0px 6px;
		margin: 0 3px;
		text-align:center;
	}







ul.menubar {
    list-style-type: none;
    margin: 50px 10px;
    padding: 0;
    overflow: hidden;
    width: auto;
    background-color: rgba(28, 28, 28, 0);
    text-align: center;
}
ul.menubar li:hover {
	border: none;
}
ul.menubar li {
    float: left;
    border: 1px solid rgb(155,155,155);
    border-radius: 4px;
    margin: 2px 5px;
    background-color: rgba(255,255,255,0.09);
}
ul.menubar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
ul.menubar li a:hover {
    background-color: #111111;
    border: 1px solid rgb(55,155,255);
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
}





table.plain {
	background: none;
	width: auto;
	height: auto;
}


table.quotez {
	background: none;
	width: auto;
	height: auto;
}
table.quotez td:first-child {
	width:60%;
}
table.quotez td:second-child {
	width:20%;
}


blockquote.qblue {
	color: white;
	color: black;
	border-radius: 10px;
	opacity: 0.4;
}
blockquote {
	background: rgba(255,255,255,0.3);
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	padding: 0.5em 10px 0.5em 50px;
	text-align: left;
	background-image: url(openquotes2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -16px;
	min-height:30px;
	quotes: none;
	color: rgb(88,88,88);
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}



.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}






























