body {
    background: #fefefe;
    font-family: Courier New, Courier;
    font-size: 18px;
    color: #222;
}
h1 {
    font-size: 120%;
}
ul li {
    list-style:none;
    margin-top: 20px;
}
input {
    margin-top: 10px;
    font-family: Courier New, Courier;
}
a { color: #999; }
.info {
	padding-top; 10px;
	font-size: 85%;
}
 .ohnohoney{
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 0;
            width: 0;
            z-index: -1;
        }