body
{
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

a
{
	font-family: verdana;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	/* text-decoration: underline; */
	font-weight: bold;
}

.logo
{
	background-image: url('./logo.jpg');
	position: absolute;
	left: 10px;
	width: 600px;
	height: 260px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.menu
{
	border: 0px;
	color: #fff;
	position: absolute;
	left: 360px;
	top: 144px;
	width: 232px;
	height: 100px;

}

.main
{
	border: 0px;
	
	position: absolute;
	left: 60px;
	top: 265px;
	width: 550px;
	
	padding: 5px;
	padding-bottom: 20px;
	margin: 0px;
	
	color: #c0c0c0;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana;
	
}

.headline
{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: underline;
}

.timestamp
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: underline;
}

#content
{
	overflow: auto;
	max-height: 530px;
}

.copyright
{
	position: relative;
	bottom: -12px;
	left: 200px;
	
	font-family: verdana;
	font-size: 10px;
	color: #c0c0c0;
	
	margin: 10px;
}