/*
	Blue Schema
	
	http://rick.gibbed.us/styles/blue.css
	
	Keep yer hands off, you damn'd dirty apes!
*/

/* Import non-color CSS, since this is just a custom color schema. */
@import url("noncolor.css");

body
{
	color:			#999;
	background-color:	#222;
	background-image: url(background.png);
	background-position: center center;
}

div
{
	/*
	background-color:	#333;
	
	border-right:		6px solid #444;
	border-bottom:		6px solid #444;
	*/
	
	background-color:	#1B2342;
	
	border-right:		6px solid #58607D;
	border-bottom:		6px solid #58607D;
}

h1, h2, h3, h4, h5, h6
{
	/*color:			#69C;*/
	color:			#6779C1;
}

a
{
	/*color:			#97BADC;*/
	color:			#707999;
}

a:hover
{
	/*color:			#B7DAFC;*/
	color:			#8E92A2;
}

