@charset "utf-8";
/*CSS for nac1 */

table {
	/* border-collapse: collapse; */
}
table.center {
	 margin-left: auto;
	 margin-right: auto;
}
nav td {
	 background-color: #99067A;
	 width: 100px;
	 height: 40px;
	 font-size: 24px;
	 color: #0EFFBA;
	 text-align: center;
	 border: 1px solid black;
     border-radius: 15px;
}
nav tr {
     margin: 30px auto;
}
tr a {
	 color: #0EFFFF;
	 text-decoration: none;
}
ul.nav1 {
	 margin-left: 30px;
}
li.nav1 {
	 width: 100px;
	 height: 40px;
	 background-color: #FF0E5B;
	 list-style-type: none;
	 font-size: 24px;
	 color: #B788FF;
	 text-align: center;
	 border: 2px solid yellow;
	 line-height: 40px;
}
li a {
     color: #FFF488;
	 text-decoration: none;
}
li a:hover {
	color: #88AAFF;
}



