body{
	background-color: black;
	color: white;
	font-family: verdana;
	font-size: 9pt;
}
div.center {
	height: 400px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	text-align: center;
}
table.middle{
	margin-left: auto;
	margin-right: auto;
}
a img{
	border: none;
}
p.title{
	font-size: xx-large;
	letter-spacing: 0.05em;
	padding: 10px;
	border-style: double;
	border-color: #333333;
}
td.news{
	border-bottom: medium dotted #333333; 
	width: 481px; padding: 10px;
	font-size: 9pt;
}
a{
	text-decoration: none;
	color: #ffffff;
}
td.thumbnail{
	padding: 10px;
	font-size: 9pt;
}
div.photoclip {
position:absolute;
height: 100px;
width: 50px;
clip: rect(0px, 100px, 40px, 0px);
overflow: hidden;
} 