#screen {
	background: url(layout/background_contact.jpg) no-repeat; 
}

table.blog_list {
	width: 365px; 
	font-family: arial, sans-serif; 
	font-size: 7.5pt; 
	border: solid black 1px; 
}

table.blog_list th {
	background-color: black; 
	color: white; 
	text-align: right; 
}

table.blog_list th {
	padding: 7px 10px 3px 10px; 
}

table.blog_list td {
	padding: 5px 10px 5px 10px; 
}

table.blog_list th img {
	float: left; 
}

table.blog_list td.blog_author { 
	text-align: right; 
	white-space: nowrap; 
}

a {
	color: black; 
}

.blog_navigation {
	margin: -3px 0 3px 0; 
}

.blog_navigation a {
	color: white; 
}

span {
	cursor: pointer; 
}
