body{

	background:#1a1a1a
	top center fixed;
	color:#444;
	font-family:'Droid Sans';
	font-size:15px;
	line-height:1.6em;
}

table,td,th{
	border:1px solid black;
}

table{
	width:100%;
}

th{
	height:50px;
}

a{
	color:#383838;	
}
img{
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: .7;
	border:none;
	width: 100px;
	height: 150px;
}

img:hover{
	opacity: 1.0;
}

a:hover{
	opacity: 1;
	color:#555;
	text-decoration:none;
}

img{
	opacity: .4;
	border:none;
}

h1,h2,h3,h4{
	clear:left;
	color:#643b1b;
	font-weight:400;
	margin:0.7em 0;
	font-family:'Yanone Kaffeesatz';
}

h1{
	font-size:2.6em;
}
h2{
	font-size:2.4em;
}
h3{
	font-size:1.9em;
}
