h1 {
	color:13BG20;
	font-size:50;
	font-family:cursive;
	background-color:ivory;

}
body{
	background-color:ivory;
	font-family:cursive;
	font-size:15;
}
div{
	background-color: ivory;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: auto;
    overflow: hidden;
    }
li {
    float: left;
}    
a:link, a:visited {
    display: block;
    width: 150px;
	height: 15px;
	font-size: 20;
    font-weight: bold;
    color: black;
    background-color: none;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

a:hover, a:active {
    background-color: ivory;
}
#speciallink {
	display: block;
    width: 150px;
	height: 15px;
	font-size: 15;
    font-weight: bold;
    color: black;
    background-color: #ffb499;
    text-align: center;
    padding: 15px;
    text-decoration: none;

}