
body {
	margin: 1%;
	width: 95%;
	height: auto;
	border: 1px solid orange;
	border-radius: 4px;	
	color: yellow;
	background-color: teal;
	font-family: Arial, Verdana, Lato, "Courier New", "Lucida Console" sans-serif; 
	font-family: Arial;
	font-size: 16px;
	/padding: 2%;
}

h1 {
	font-family: Arial;
	text-align: center;
	Color: orange;
}
h2 {
	font-family: Arial;
	text-align: center;
	font-size: 100%;
	Color: yellow;
}

.navClass > ul {
Font-FAMILY: Arial;
margin-top: 40px;
Color: white;
Font-size: 15px;
list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
/margin-left: -2PX;
/font-weight: bold;
/Background-color: white;
/BORDER-RADIUS: 3PX;
/WIDTH: 95%;
}

.navClass > ul > li {
List-style-type:none;
Display: inline-block;
margin-right: 1px;
WIDTH:118px;
COLOR: Black;
TEXT-ALIGN: CENTER;
Position:relative;
/MARGIN-TOP: 0PX;
/BORDER: 1PX dotted red;
/Padding-top:5px;
/Padding-bottom:5px;
/Padding-left:-10px;
/Padding-right:5px;
}

button:hover{
	 background-color: orange;
	 color: black;
}

Ul.sub-menu{
	Position:absolute;
	List-style-type:none;
	Width:140px;
	MARGIN-TOP:15PX;
	Padding-top:5px;
	Opacity:0;
	/border: 1px dotted black;
	/Margin-left:-50px;
}
.navClass li:hover .sub-menu{
	Opacity:.8;
}
Ul.sub-menu li:hover{
	Color: Black;
	/Background-color: deepSkyblue;
	/width: 115%;
	/BORDER: 1px solid white;
	/border-radius: 3px;
	/box-shadow: 5px 5px 6px purple;
}

.btnInx { 
		background-color: #004d4d;
		box-shadow: 5px 5px 20px black;
		border: 1px solid white;
		border-radius: 3px;
		width: 80%;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-bottom: 25px;
		color: white;
		/background-color: #006666;
		/background-color: teal;
		/font-size: 85%;
        /font-weight: bold;
		/box-shadow: 5px 5px 5px #b3b3b3;
		/box-shadow: 5px 5px 5px lightblue;		
		}

.btnInxArw { 
		background-color: #004d4d;
		box-shadow: 5px 5px 10px black;
		border: 1px solid white;
		border-radius: 3px;
		width: 82%;
		color: white;
		height: 35px;
		font-weight: bold;
		padding-top: 4px;
		
		/font-size: 85%;
		/padding-bottom: 0px;		
		/font-weight: bold;
		/box-shadow: 5px 5px 5px #b3b3b3;
		/box-shadow: 5px 5px 10px lightblue;
		/height: 150%;
		/background-color: #006666;
		}
		
.btnInxdrop { 
		background-color: black;
		/border: 2px solid lightgrey;
		border-radius: 3px;
		width: 83%;
		margin-bottom: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
		color: white;
		border: 2px solid red;
		/font-size: 95%;
		/font-weight: bold;
		/background-color: lightGreen;
		}

table {
	width: 94%;
	border-spacing: 6px;
	/border: 1px dotted black;
	/border-radius: 3px;
	background-color: teal ;
}
	
div.img {
	border: 1px solid white;
	/border: 1px solid #004d4d;
    /border-radius: 3px;
	background-color: teal;    
    text-align: center;
    float: left;
    margin-left: 11px;
	margin-bottom: 10px;
    text-align: center;
	display: inline;
}	
div.img a:hover img {
    border: 3px solid red;
	border-radius: 3px;
}
img {
	border: 3px solid black;
	/border: 3px solid #004d4d;
    /padding-left: 10px;
	/padding-right: 10px;
	}

p {
	font-family: Arial;
	color: yellow;
	font-size: 16px;
	margin-left: 10px;
	margin-right:10px;
	/width: 50px;
	}
	
p.permit {
	font-family: Arial;
	text-align: justify;
	font-size: 18px;
	width: 90%;
	/padding: 20px;
	}

.label{
	font-size: 10px;
}
