/*this is the css page for experimentsinform.com*/

body {
	font-family: Arial;
}

table.gallery {
	font-size: 10pt;
	border-bottom: 1px dashed;	
}

td {
	vertical-align: top;
	font-size: 12px;
}

div.content {
	border-left: 1px solid;
	margin-left: 225px;
	padding-left: 25px;
	font-size: 12px;
	padding-top: 10px;
}

td.headline {
	font-size: 1.5em;	
	font-weight: bold;
}

td.title{
	font-size: 2.0em;	
	font-weight: bold;
	text-align: center;
}


img {
	border: solid thin;
}

a {
	font-size: 10pt;
}

a.menuhead {
	color: black;
}

a img {
	border: 0;
}

div.sidemenu {
	font-size: 10pt;
	position:absolute;
	width:200px;
	height:50px;
	left:0px;
	top:0px;
}