body, table {
	background: Black;
	color: White;
	font: 12px;
	font-family: sans-serif;
}
body {
   margin: 0;
}
img {
	border: 0;
}
img.photo {
	border: thin solid White 1;
}
a {
	color: White;
	text-decoration: none;
}
table.menu {
	background: url(img/line.gif);
	border: thin;
	height: 28px;
	width: 100%;
	text-align: center;
	font: 16px;	
}
td.del {
	background-image: url(img/line_del.gif);
	width: 1px;
	height: 28px;
}
table.banner {
	width: 468px;
	height: 60px;
	border: 1px solid #cccccc;
	margin: 26px 68px;
}
td.line {
   width: 1px;
	background: White;
}
td.line2 {
   width: 100%;
	height: 1px;
	background: White;
}
h1 {
	color: Red;
	font: bold 16px;
	font-family: sans-serif;
	text-align: center;
	margin-top: 10px;
}

.links {
	font-size: 8pt;
	text-align: left;
	width: 100%; 	
	valign: bottom;
}