
/* CCCCCCCCCCCCCCCCCCCCCCCCCCCC
TEXT
*******************************/	

body {color: #1D271F;} /*TXT*/

A:link		{color: #0A0E0A;} /*TXT*/
A:visited	{color: #0A0E0A;} /*TXT*/
A:active	{color: #0A0E0A;} /*TXT*/
A:hover		{color: #0A0E0A;} /*TXT*/

/* CCCCCCCCCCCCCCCCCCCCCCCCCCCC
BACKGROUND
*******************************/	

body {
	background-color: #002448; /*A*/
}
#header {
	background-color: #9999A1; /*B*/
}
#left {
	background-color: #9999A1; /*B*/
}
#center {
	background-color: #9999A1; /*B*/
}
#footer1 {
	background-color: #9999A1; /*B*/
}
#right {
	background-color: #85858F; /*C*/
}
#footer2 {
	background-color: #85858F; /*C*/
}
