body{
	margin: 0;
	padding: 0;
	margin-top: 20px;
}


.tl{
	-moz-border-radius-topleft:5px;	
	-webkit-border-top-left-radius: 5px;
}

.tr{
	-moz-border-radius-topright:5px;	
	-webkit-border-top-right-radius: 5px;
}

.bl{
	-moz-border-radius-bottomleft:5px;	
	-webkit-border-bottom-left-radius: 5px;
}

.br{
	-moz-border-radius-bottomright:5px;	
	-webkit-border-bottom-right-radius: 5px;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

a:active
{
  outline: none;
}

a:focus
{
  -moz-outline-style: none;
}

h1.google_evil{
	font-size:4.5em;
	color: #5e5e5e;
	color: #424242;
	margin-top: 60px;
	margin-bottom: 50px;
}

ul li{
	list-style-type: none;
	color: #424242;
	margin-bottom: 20px;
	
}

div.logo h1{
	color: #212121;
}

.bullshit{
	/*color: #ff1f19;*/
	text-decoration: underline;
	font-weight: bold;
}

#thanks{
	border-top: 2px solid #424242;
	margin-top: 30px;
	padding-top: 50px;
	color: #424242;
}