body {
    font-family: georgia,"trebuchet ms",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 12px;
    margin: 50px 0 0 10%;
    width: 80%;
}

a:visited, a:link {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

div {
    text-transform: uppercase;
    font-size: 18px;
    font-weight:bold;
}
div > h1 {
    font-size: 70px;
	color: #777;
	text-transform: none;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 0.95em;
}

div > h1 > p {
	text-transform: uppercase;
    font-size: 18px;
	line-height: 0.95em;
    color: #000;
	font-weight: bold;
    font-family: georgia,"trebuchet ms",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
}
div > h1 > p#fuckingtitle {
	font-size: 24px;
}

div#props {
    font-size: 12px;
    text-align: right;
    color: #777;
    position:fixed;
    right:0;
    bottom:0;
    margin: 10px;
}
div#props p {
	margin:0;
}
div#props p:first {
    font-size: 18px;
}
div#props a {
    margin-left: 0.5em
}
