a:visited, a:link, a:hover { 
	text-decoration: none; 
	border-width: 0px; 
	color: white;
}

a:hover { color: lightblue;}

body {
	background: #1b2f35 url(background.jpg) no-repeat fixed top;
	color: #82e0ff;		
}

div.item .title small {
	color: #00c5d1;
}

div.item .title {
	color: #00effe;
}

div.content a, .content a:link, .content a:visited { color: #bffbff; }

#header { background: url(header.png) no-repeat center; }
