@charset "utf-8";
/* CSS  for nav1 */

table{
	border-collapse: collapse;
}
table.center{
	margin-left:auto;
	margin-right:auto;

}

nav td{ 
	background-color: #ff80bf;
	width: 70px;
	height: 30px;
	font-size:24px;
	color:#fffff;
	text-align:center;
	border: 1px solid pink;
	border-radius:10px;
	
}

nav tr{
	margin: 30px auto;
}

tr a {
	color:#ffcce6;
	text-decoration:none;
}
ul.nav1{
	margin-left:30px;
}
li.nav1{
	width: 80px;
	height: 30px;
	background-color:#ff80bf;
	list-style-type:none;
	font-size:24px;
	color:
 #ffcce6;
	text-align:center; 
	border:2px solid pink;
	line-height: 30px;

}

li a {
	color:#ffcce6;
	text-decoration: none;
}

li a:hoover {
	color:white;
}