body {
    background-color: #ffff80;
    text-align: center;
}

h1 {
    font-size: 70px;
    text-transform: uppercase;
	text-shadow: 5px 5px 5px #632;
    
    color: #f84;
    border-width: 5px;
}
h2 {
	margin-top: -90px;
	margin-left: 20px;
    /* color: #842; */
}

/*h3 {
    text-align: center;
}*/

a {
    color: #808;
}

.mid {
    border-style: inset;
    border-width: 5px;
    border-color: #808;
}
.cat{
	vertical-align: text-top;
	margin: 5px;
}