.body {
	width: 800px;
}

.fontbasic {
	font-family:'Philosopher', sans-serif;
}
	
.fontred {
	font-family:'Philosopher', sans-serif;
//	font-size: 150px;
	color: #ff3000;
//	font-weight: 700;
//	line-height: 50px;
//	display: inline-block;
}

.fontblack {
	font-family: 'Philosopher', sans-serif;
//	font-size: 150px;
	color: #2a2a2a;
//	font-weight: 700;
//	line-height: 50px;
//	display: inline-block;
}

.inlineblock {
	display: inline-block;
}

.font400 {
	font-weight: 400;
}

.font700 {
	font-weight: 700;
}

.fontsize150 {
	font-size: 150px;
}

.fontsize40 {
	font-size: 40px;
}

.fontsize30 {
	font-size: 30px;
}

.fontsize20 {
	font-size: 20px;
}

.mail {
	font-family: 'Philosopher', sans-serif;
//	font-size: 40px;
//	color: #2a2a2a;
//	font-weight: 400;
//	line-height: 50px;
}

a.mail:hover {
color: #ff3000;
}

.textcenter {
	text-align: center;
}

.thumbs {
	position: relative;
	z-index: -1;
}
