@font-face {
        font-family: typewriter;
        src: url("/assets/fonts/Tox_Typewriter.ttf")
}


body {
	background-image: url("/assets/images/paper.gif");
	background-color: #ffffff;
}


h1 {
	font-family: typewriter;
	font-size: 300%;
	color: #3b3b3b;
	text-shadow: 1px 1px 6px #2e2e2e;
	margin-bottom: 0px;
}

h2 {
        font-family: typewriter;
        font-size: 150%;
	color: #3b3b3b;
	text-shadow: 1px 1px 3px #2e2e2e;
}

h3 {
        font-family: typewriter;
        font-size: 120%;
        color: #3b3b3b;
        text-shadow: 1px 1px 2px #2e2e2e;
}

.logo {
        font-family: typewriter;
        font-size: 2500%;
        color: #3b3b3b;
        text-shadow: 5px 5px 10px #2e2e2e;
}

.logo a {
	text-decoration: none;
}

ul li {
    margin: 15px;
}
