body{
	background-color: black;
}
/*styling the first class */

#firstclass{
	background-color:#0000ff;
	width: 100%;
	margin-top: 2%;
	box-shadow: 1px .5px 2px 1px black;
}
#mylogo{
	margin-top: 1%
	margin-bottom:1%;
}
#h1{
	color: white;
}
#call{
	font-size: 30px;
	text-align: center;
	margin-top:  2%;
	box-shadow: 1px 1px 2px 1px white;

}


/*styling the second class*/
#secondclass{
	/*background-color: #ff661a;*/
	color: #ff6600;
	box-shadow: 1px 1px 2px 1px grey;

}
/*header*/
#headlink{
	text-decoration: none;
	color:blue;
}
#headlink:hover{color: black;}
#headlink:active{color: black;}

a:visited{color: orange;}
a{text-decoration: none;}



/*styling the home class*/

#homeclass{
	/*background-color: #003300;*/
	color: white;
	font-size: 30px;
	text-align: center;
	width: 100%;
	box-shadow: 1px 1px 2px 1px grey;
}

/*styling about class*/
#fourthclass{
width: 100%;
color:#0000ff;
}
#thirdleft{
	background-color:#0033cc;
	font-size: 17px;
	color: white;
}
ul li a{
	text-decoration: none;
	font-size: 17px;

}
li{
	list-style: none;
}
	



}
#thirdright{
	background-color:#0000ff;
	color: white;
	font-size: 25px;
	

}
p{font-size: 20px;
line-height: 1.5em;
color: white;}
h2{color: black;}
#capabilities{
	color: black;
}

/*styling the contact class*/
#contactclass{background-color: #0033cc;
width: 100%;}

form #label{
	color: black;
}
/*styling the comment class*/
#comment{
	background-color: orange;
	width: 100%;
	background-color: #003300;
}
#labelcomment{
	color:#003300;
	text-align: center;
	font-size: 20px;
}
#form input{
margin-top: 2%;
}
#button{
	width: 20%;
}
#button2{
	width: 15%;
}
form input{
	color: black;
}

/*styling the index*/
#background{
	background-image:url(../images/background.gif);

}