html, body {
	background-color : #444444;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	scrollbar-arrow-color : Gray;
	scrollbar-base-color : #444444;
	scrollbar-highlight-color : #444444;
	scrollbar-3dlight-color : Gray;
}

div,p,h1,h2,h3,h4,ul,ol,li,pre,span,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.c  {
	font-size : 60%;
	color : Black;
}

td.menue_left {
	font-size : 80%;
	text-align : left;
	background-color : Black;
	vertical-algn : top;
	width : 20%;
	padding-left : 10px;
	font-weight : bold;
}

td.menue_center {
	font-size : 60%;
	text-align : center;
	background-color : Black;
	vertical-align : middle;
	width : 60%;
	font-weight : bold;
}

td.menue_right {
	font-size : 80%;
	text-align : right;
	background-color : Black;
	vertical-align : top;
	width : 20%;
	padding-right : 10px;
	font-weight : bold;
}

td.main_left {
	font-size : 60%;
	text-align : left;
	vertical-align : top;
	width : 20%;
	padding-left : 30px;
}

td.main_center {
	font-size : 80%;
	text-align : center;
	vertical-align : middle;
	width : 60%;
}

td.main_right {
	font-size : 60%;
	text-align : right;
	vertical-align : top;
	width : 20%;
	padding-right : 30px;
}

hr {
	color : Black;
}

td.hmenue {
	font-size : 60%;
	background-color : Black;
	color : White;
	font : bold;
}

h1 {
	background-color : Black;
	font-weight : bold;
	text-align : center;
}

td.gal_pic {
	text-align : center;
	align : center;
	vertical-align : middle;
	padding : 3px;
	height : 150px;
	width : 150px;
	}

td.gal_pic_big {
	text-align : center;
	align : center;
	vertical-align : top;
	padding : 5px;
	height : 700px;
	width : 700px;
}

p.gal_pic_big_text {
  font-size : 90%;
}

.blue {
  color : #0000ff;
}

a {
	color : White;
}
a:hover {
	color : Red;
}
a:visited {
	color : Silver;
}

