body{
	background-color: #008081;
}
@font-face {
	font-family: 'px_sans_nouveauxregular';
	src: url('../font/px_sans_nouveaux-webfont.woff2') format('woff2'),  url('../font/px_sans_nouveaux-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
p, span, h1, h2, h3, h4, a{
	font-family: 'px_sans_nouveauxregular', 'VT323', monospace;
}
.clear{
	clear: both;
}
.sort{
	cursor: pointer;
}
#introduction{
	border-bottom: 1px black solid;
}
.selected{
	font-weight: bold;
}
@media(max-width:800px){
	p{
		font-size: 0.75em;	
	}
	h1, h2, h3, h4, h5 {
		font-size: 1em;	
	}
	.star{
		height: 12px;
	}
}
@media(min-width:801px){
	.star{
		height: 20px;
	}
}
#window h1
{
	font-size: 1em;
	color: black;
	padding-top: 2em;
}
#christmas_cards 
{
	text-align: center;
	max-width: 40em;
	margin: auto;
}
img
{
	max-width: 100%;
}
