@charset "utf-8" ;
/* CSS Document */

.bigWhite {
	font-size: 26px;
	font-family: cursive, fantasy, Terminal, Tahoma, "Lucida Calligraphy", serif;
	color: white
}
.dryRed {
	font-size: 24px;
	font-family: Tahoma, serif;
	color: red
}
.crispGreen {
	font-size: 22px;
	font-family:Charcoal, fantasy, Terminal, Tahoma, "Lucida Calligraphy", serif;
	color: green
	
}
.grad1 {
	font-size: 30px;
	font-family: Helvetica, sans-serif;
	text-align:center;
	background: linear-gradient (to bottom, #FFB6C1,  #CBC3E3) ;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	
}
h1 {
	color: white;
	text-align: center;
	font-family: cursive, Tahoma;
	font-size:40px
}
table {
	border-collapse: collapse;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
nav td {
	background-color: lime;
	width:100px;
	height: 40px;
	font-size: 24px;
	color:white;
	text-align: center;
	border: 1px solid black;
	border-radius: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
li.nav1 {
	font-family: cursive;
	width:90%px;
	height: 50px;
	background-color: lime;
	list-style-type: none;
	font-size: 30px;
	color: white;
	text-align: center;
	border: 2px solid white;
	margin-left: 20px;
	margin-right: 40px;
	border-radius: 18px;
	margin-top:10px;
	margin-bottom: 10px;
	line-height: 50px;
}
li a {
	color: white;
	text-decoration: none;
}
li a:hover {
	color:grey;
}







