@font-face {
    font-family: 'market_deco';
    src: url('fonts/market_deco-webfont.eot');
    src: url('fonts/market_deco-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/market_deco-webfont.woff') format('woff'),
         url('fonts/market_deco-webfont.ttf') format('truetype'),
         url('fonts/market_deco-webfont.svg#market_decoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 10px;
	font-family: 'Crimson Text', serif;
	font-size: 1.3125em;
	font-weight: normal;
	color: #000000;
	
}
#top, #content {
	margin-bottom: 4em;
}

p, h1 {
	border-top: 1px solid #aaa;
}
p {
	/*font-size: 1.1em;*/
	line-height: 1.1em;
	font-weight: 400;
}

h1 {
	font-family: 'market_deco', monospace;
}
h1 span {
	display: block;
}
h1 span:nth-of-type(1) {
	text-indent: 1.5em;
}
h1 span:nth-of-type(2) {
	text-indent: 0.75em;
}


a {
	font-weight: 600;
	font-size: 1.08em;
	font-style: italic;
	color: black;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #FF00FF;
}

.new {
	border-color: #FF00FF;
	margin-top: 1.5em;
}
.new:before {
	content: "New";
	display: block;
	/*float: right;*/
	margin-top: -1em;
	font-family: 'market_deco', monospace;
	font-size: 0.6em;
	line-height: 1em;
	color: #FF00FF;
}


/* MOBILE */
@media only screen and (max-device-width: 767px) {

	p {
		font-size: 2.4em;
	}
	
	h1 {
		font-size: 2.7em;
	}
} 