a:link, a:visited {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

#footer a:hover
{
	background-color: #0411BA;
}

body {
	background-color: #FF9933;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 775px;
	text-align: center;
	margin: auto;
}

.robot {
	margin: 80px 0 0 90px;
	float: left;
	width: 110px;
	height: 180px;
}

.headlines {
	margin: 10px 90px 0 225px;
	text-align: left;
	background-color: #FFAA66;
	padding: 10px;
	
	-moz-box-shadow: 1px 1px 5px #FFF;
	-webkit-box-shadow: 1px 1px 5px #FFF;
	box-shadow: 1px 1px 5px #FFF;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.headlines  #title{
	font-weight: bold;
	text-align: center;
	font-size: large;
}

.headlines .category {
	font-size: x-small;
}

.headlines .headline a {
	color: #000; 
	text-decoration:none; 
	font-size: large;
}

.headlines .headline a:hover {
	background-color: #FFAA66;
	color: #FFF;
}

.headlines .subheadline {
	padding-top: 5px;
	font-size: x-small;
	text-align: right;
}