@charset "UTF-8";
Body {
	background-color: #F2F2F2;
	font-family: "Helvetica Neue", "Arial Narrow Bold", Arial;
	color: #666666;
	background-color: #f2f2f2;
}
 
H1{
	font-size: xx-large; 
	font-family:"Helvetica Neue"
	color: #666666;
	background-color: #f2f2f2;
}

H2{font-size:18px;
	font-family: "Helvetica Neue";
	color: #666666;
	background-color: #f2f2f2;
}

H3{font-size:large;
	font-family: "Helvetica Neue";
	color: #666666;
	background-color: #f2f2f2;}

H4{font-size:medium;}

H5{font-size:small;
font-weight:lighter
}

H6{font-size:smaller;
font-weight:lighter
}

p {font-size:36px; 
}  




.header {
	font-family: "Helvetica Neue";
	font-size: 36px;
	color: #666666;
	margin-right: 11px;
}

.bar {
	font-size: 18px;
	color: #000;
	margin-right: 20px;
}
.topmenu {
	font-size: small;
	text-align: right;
	margin-right: 40px;
}
.name {
	font-size: x-large;
	text-align: right;
	margin-right: 40px;
}

.textbody {
	text-align: left;
	width: 60%;
	column-span: 1;
	float: left;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 40px;
}
.thumbnails {
	font-size: xx-small;
	text-align: right;
	width: 25%;
	float: right;
	margin-top: auto;
	margin-right: 40px;
	margin-bottom: auto;
	margin-left: 5px;
}
