/* pale yellow:		#fdffbb */
/* pale blue:		#c6dff3 */

body {
	color: #fdffbb;
	background: black;
}

h1, h2, h3, h4, h5 {
	color: #c6dff3;
}


a img {
	border: none;	
}

a:link {
	color: #c6dff3;
	text-decoration: underline;
}

a:visited {
	color: #c6dff3;
	text-decoration: underline;
}

a:hover {
	color: #c6dff3;
	text-decoration: underline;
}

a:active {
	color: #c6dff3;
	text-decoration: underline;
}

#sidebar {
	color: #c6dff3;
	background-image: url("../images/sidebar.png");
	background-repeat: no-repeat;	
}

/*#headerImage {
	background-image: url("../images/header.png");
	background-repeat: no-repeat;			
}*/

.role {
	color: #c6dff3;
}
