@charset "utf-8";
/* CSS Document */

.bigBlue {
	font-size: 70px;
	font-family: "Lucida Calligraphy", Arial, serif;
	color: #8cc5fa;
}

/* a:link {
    color: #8db5d9;
}

a:hover {
    color: #c6daec;
}

a:visited {
    color: #5390c6;
} */




table {
	border-collapse: collapse;
}
table.center {
    margin-left:auto;
    margin-right:auto;
}
		
nav td {
    background-color:#c25f7d;
    width:100px;
    height:40px;
    font-size:24px;
    color:#f7e6d7;
    text-align:center;
    border:1px solid #ff8c8a;
    border-radius:15px;
}	
nav tr{
    margin-left: 30px;
}
tr a {
    color:#ff8c8a;
    text-decoration:none;
}
ul.nav1 {
    margin-left:30px;
}

li.nav1 {
    width:100px;
    height: 40px;
    background-color:#f7e6d7;
    list-style-type:none;
    font-size:24px;
    color:white;
}
		
		
ul.nav1 {
    margin-left:30px;
}

li.nav1 {
    width:100px;
    height: 40px;
    background-color:#f7e6d7;
    list-style-type:none;
    font-size:24px;
    color:white;
	text-align:center;
	border: 2px solid white;
}
li a {
	color: white
	text-decoration: none;
}		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
