/*  

/* Basics */

body {
	margin: 0;
	padding: 0;
	background: #E6EEEE url(http://christiansongwriters.org/bg.gif) repeat-x;
	color: #333;
}
a:link {
	color: ##03699C;
}
a:visited {
	color: ##03699C;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
}