a {
	outline: none;
	text-decoration: underline;
	color: #4477FF;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

.archive a {
	color:yellow;
	border-bottom:1px dotted yellow;
}
.archive {
	width:99%;
	position:absolute;
	bottom:0px;
	padding:10px;
	font-size:11px;
	padding-right:0px;
	background-color:black;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 17px;
	margin: 0;
	color: #444444;
	background: url(DeluxxNYC3.jpg) no-repeat;
	background-color:black;
	background-size: 100%;
}

#content {
	position: relative;
	height:400px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	font-weight: 900;
	color: white;	
	text-shadow: 4px 4px 10px #000000;
	filter: dropshadow(color=#000000, offx=4, offy=4)
}

h1 {
	font-size: 100px;
}
h1, h2 {
	font-size: 85px;
	line-height:1;
	font-family: Helvetica, Arial, sans-serif;
}

a { 
	text-decoration: none;
	color:white;
}
a:hover { 
	background-color:black;
	}
