
	body {
		background-color: #111;
	}

	a:link, a:active, a:visited {
		
		color: #53682b;
		text-decoration: none;
	}

	#story_body a:link, #story_body  a:active, #story_body  a:visited {
		color: blue;
		text-decoration: none;
		border-bottom: 1px dotted blue;
	}

	#slideshow a:link, #slideshow a:active, #slideshow a:visited, #slideshow a:hover {
		color: white; 
		text-decoration: none;
	}

	#thenews a:link, #thenews a:active, #thenews a:visited {
		font: 14px georgia; color: #53682b;
		text-decoration: none;
		
	}

	.footer_links a:link, .footer_links a:active, .footer_links a:visited {
		font: 16px verdana;
		color: #666666;
		text-decoration: none;
	}

	#blogs a:link, #blogs a:active, #blogs a:visited {
		font: 14px georgia; color: #53682b;
		text-decoration: none;
	}

	#calendar a:link, #calendar a:active, #calendar a:visited {
		font: 12px georgia; color: #53682b;
		text-decoration: none;
	}

	#nav_tags a:link, #nav_tags a:active, #nav_tags a:visited {
		font: 15px georgia, times, serif;
		color: #554;
		text-decoration: none;
	}

	#nav_tags a:hover {
		font: 15px georgia, times, serif;
		color: #332;
		text-decoration: none;
		border-bottom: 2px solid #777;
	}
