body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt;
	background-color:#151515;
	color:#666;
	text-align: center;
}

#title {
position: relative;
	display: inline-block;
	height: 100px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
}
#core{position: relative;
	display: table;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	clear: both;
}

tr{
	display: table-row;
	top: 10px;

}

td{
	top: 5px;
	vertical-align: top;
}

img{margin: 5px;
	border-width: 1px;
	border-style: dotted;
}

#foot{position: relative;
	display: inline-block;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}

A:link {
	color:#666;
	
}

A:visited {
	color:#777;
}

A:active, A:hover {
	color: #ccc;
}