body { 
	font-family: Arial;
	background-color: rgb(0,200,200) ; 
	margin: 0 ;
}
h1 {
	font-size:80px;
	color: rgb(10,100,255);
	text-shadow: 2px 2px 12px white;
}



.thing { color: rgb(255,255,255); }
.img {  
	border: 5px navy solid;
	border-radius: 15px;
	padding: 5px; 
	margin: 2px; 
	box-shadow: 5px 5px 12px grey;

}
a.menu {text-decoration: none; 
	background-color: rgb(200,255,255); 
	color:black;
	padding: 10px;
	border-radius: 10px;
	display: inline-block ;
	border: 1px solid #4472ce ;
}
a.menu:hover{
	background-color: grey;
	color: white;
	border: 1px solid #505359 ;
}

div#menu {
	background-color: white;
	width: 100%;
	padding: 8px ;
	border-bottom: 2px solid #5c5d60 ;
}

.dropbtn {
	background-color:#c8ffff;
	color: black;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border: 1px solid #4472ce ;
	padding: 10px;
	border-radius: 10px;
	display: inline-block ;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: Arial ;
}

.dropdown-content a:hover {
	background-color: rgb(180, 185, 198);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #9fcbcc;
	border: 1px solid #505359 ;
}


.gimg {
	width:262px;
	height:157.2px;
	border-top-left-radius: 10px ;
	border-top-right-radius: 10px ;
	margin-left: 48px ;
	border: 1px solid #4472ce ;
}


table {
	margin-left: 20px ;
}
tbody, tr, td { margin:0; padding:0; }


.gamelink {
	background-color:blue;
	display: inline-block ;
	border: 1px solid #4472ce ;
	border-bottom-left-radius: 10px ;
	border-bottom-right-radius: 10px ;
	margin-left:48px;
	text-align: center;
  width: 263px;
  height: 140px;
}

.musiclink.pop{
	background-color:#199ce8;
	display: inline-block;
	border: 1px solid #4472ce;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left:55px;
	text-align: center;
  width: 320px;
  height: 140px;
}

.musiclink p {
	  line-height: 120px;
		color:black;
}

.musiclink.first { 
	margin-left:50px; 
}

.musiclink.french {
	background-image: url('images/frenchpop.png')
}


.gamelink a {
	  line-height: 140px;
		color:black;
}

.first {
		border-bottom-left-radius: 10px ;
		border-bottom-right-radius: 10px ;
		border: 1px solid #4472ce ;
}


.music {
		border-top-left-radius: 10px ;
		border-top-right-radius: 10px ;
		border: 1px solid #4472ce ;
		margin-left:55px;
		margin-top:30px;
}

#pop {
   	background-color:#199ce8;
		border:1px solid black;
		border-radius:10px;
}

#french {
   	background-color:#ff0000;
   	border-radius:10px;
		border:1px solid black;
		margin-left:30px;
}

.mtext{
		margin-left:30px;
}

#keys {
	background-color: gray; 
	border-bottom: 2px solid black;
	margin-bottom: 30px;
}

	margin-left:0px;
}