*{
cursor: auto;
}

html { 
  background: url(shubham-dhage-MIvbZPmY9Ds-unsplash.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
background: #efefef;


}
.top{
margin: 0px;
padding: 0px;
width: 100%;

position:relative;
margin: auto;
}

.banner{
	padding-left: 15px;
	background: gray;
	border: 1px solid black;
	border-bottom: 1px solid black;
}
ul{
	display: inline-block;
	width: 99.9%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid darkgray;
  	border-bottom: 1px solid black;
	border-right:1px solid black;
	background:gray;
	margin-bottom: 6px;

}
i.link{
cursor: pointer;
}
a
{
border-right: 1px solid darkgray;
border-left: 1px solid black;
cursor: pointer !important;
position: relative;
display: block;
float: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;

font-family: Arial;
color: white;
text-transform: uppercase;
}
a:hover li{
#color: gold;
#color: lime;
cursor:pointer !important;
}
li{
list-style-type:none;
}



.logo{
color: black;
font-family: Arial !important;
font-size: 37px;

}
.subtext{
visibility: hidden;
color: #ddd;
color: cyan;

left: 7px;
font-family: serif !important;
font-size: 33px;
position: relative;
top: -2px;

}
table.frame{
border: 1px solid #999;
width: 200px;


font-family: sans !important;
text-align: left;
margin-bottom: 10px;
#margin-left: 5px;
margin-right: 5px;
margin-top: -6px;

}
div img{
left: 0px !important;
}
th.frame{
background: #eee;
background: #b2b2f5;
background: #eee;
font-style: italic;
text-align: left;
padding-left: 5px;
font-family: Arial !important;
text-transform: uppercase;
color: gray;
font-size: 15px;

}

td{
padding-left: 5px;
font-family: Arial !important;
font-size: 15px;
background: white;
cursor: pointer !important;

}
td.text{
font-family:Georgia !important;
}
.index:hover{
background:#6962a5;
background: greenyellow;
#background: #ffe135 ;
color:white;
border-top: 0px solid black;
border: 1px solid black;
padding: 0px;
padding-left: 4px;
color:black;
}


@media screen and (min-width: 1400px) {
	.frame{
	width: 295px !important;
}
}
