body {
	/*background-image:url('http://www.vathia.com/print/img/bg.jpg');*/
	/*background-repeat:no-repeat;*/
	/*background-position:center top;*/
	/*background-size:200%;*/
	background-color:#111;
	margin:32px 0 0;
	width:100%;
}
		
h1 {
	font-family:'Roboto Slab', serif;
	font-size:220%;
	font-weight:700;
	line-height:1.25;
	color:#f385a0;
	display:inline-block;
	float:left;
	margin:1% 0 0 5%;
}

@media all and (max-width:960px) {h1 {font-size:190%}}
@media all and (max-width:800px) {h1 {font-size:160%}}
@media all and (max-width:640px) {h1 {font-size:130%}}
@media all and (max-width:480px) {h1 {font-size: 90%}}
@media all and (max-width:320px) {h1 {font-size: 75%}}

h1:hover {color:#00b2b2}

h2 {
	font-family:'Roboto Slab', serif;
	font-size:100%;
	font-weight:700;
	line-height:1;
	color:#002b51;
	margin:0;
}

h3 {
	font-family:'Roboto Slab', serif;
	font-size:175%;
	font-weight:700;
	line-height:1;
	color:#f385a0;
	margin:0;
}

p {
	font-family:'Roboto', sans-serif;
	font-size:120%;
	color:#fff;
	line-height:1.7;
	text-indent:48px;
}

a:link {text-decoration:none}

.spacer {
	height:24px;
	border-right:1px solid #f385a0;
}