body{
	background-color: #2a2d31;
}
#top{
	width: 80%;
	height: 236px;
	margin: auto;
	font-size: large;
	background-color: #778194;
}
#table1{	
	width: 100%;
}
#td{
	width: 177px;
	height: 236px;


}
#img{
	width: 177px;
	height: 236px;
}
#text{ 
	box-sizing: border-box;
	width: 80%;
	height: 400px;
	background-color: #363f4f;
	margin: auto;
	padding: 30px;
	font-size: 25px;

}
#menu{
	background-color: coral;
	width: 80%;
	height: 50px;
	margin: auto; 
}
#table2{
	background-color: #778194;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: auto;

}
a:active{
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link {
     text-decoration: none;
}
