html {
	font-family:'Palatino Linotype',Palatino,serif;
}

body {
	background-color: #BBB;
	margin:0;
	padding:0;
}

#content {
	margin:0 auto;
	max-width:60em;
	background-color: #ffffff;
	border-bottom:1px solid #111111;
}

#headerblock {
	border-bottom:1px solid #111111;
}

@media screen and (min-width: 60em) {

	body {margin:2em 0;}

	#content {
		border:1px solid #111111;
		border-radius: 5px;
		box-shadow: 0 0 2px 2px #888888;
	}

	#headerblock {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
}

#bullets {
	margin-top:2em;
	padding:0 1em;
	z-index:20;	

}

h1, h2 {
	font-family:Verdana, Sans-serif;
	margin:0;
}

h1 {
	text-transform:uppercase;
	color:white;
    background-color:#555;
	font-size:3em;
	text-align:center;
	word-spacing: 0.4em;
	padding:1em;
	text-shadow:0px 0px 1px silver;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h2 {padding:0;}

#contact {
	text-align:center;	
	margin:2em 1em 1em;
	padding:1em 0;
	border-top:1px dotted grey;
}

#contact > div {
    display: inline-block;
}

#ctc {
	background-color:#00FF00;
	padding:5px;

}

#ctc a {
	color:black;
	text-decoration: none;
}

#ctc a:visited {color:black;}
#ctc a:hover, #ctc a:focus {
	border-bottom:2px solid black;
	outline: 0;
}