html {
	overflow:		hidden;
	width:			100%;
	height:			100%;
}

body {
	width:			100%;
	height:			100%;
	background-color:	#272D2F;
	color:			#6F757A;
	margin:			0px;
	padding:		0px;
	overflow:		hidden;
}

h1 {
	font:			normal 40px 'arial black',arial,sans-serif;
	color:			#333B3F;
	border-bottom:	1px solid #333B3F;
	margin-top:		0px;
	margin-bottom:	6px;
	margin-left:	20px;
	width:			350px;
	height:			38px;
	overflow:		hidden;
}

h2 {
	font:			bold 11px/14px verdana, sans-serif;
	border-bottom:	1px solid #6F757A;
	margin-top:		10px;
	margin-bottom:	6px;
	margin-left:	20px;
	width:			350px;
}

p {
	font:			normal 10px/14px verdana, sans-serif;
	width:			350px;
	margin-top:		0px;
	margin-left:	20px;
	margin-bottom:	6px;
	text-align:		justify;
}


.applet {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 500px;
	padding: 1px;
	padding-bottom: 0px;
	font-size: 1px;
}

a {
	color:			#C5C5C5;
	text-decoration:	none;
}

a:hover {
	color:			#FFF;
	text-decoration:	underline;
}

#bar1 {
	position:		absolute;
	left:			0px;
	width:			4px;
	height:			100%;
}

#main {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			100%;
	height:			100%;
	overflow:		auto;
}

div.experiment {
	position:		relative;
	width:			370px;
	margin-bottom:	20px;
}

h2 a, h2 a:hover {
	text-decoration: none; 
}

p.open {
	text-align: right;
	margin-top: -12px;
}

p.bottommessage {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: auto;
	font: normal 9px verdana, sans-serif;
	text-align: right;
}

p.date {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 150px;
	text-align: right;
	font: normal 9px verdana, sans-serif;
}