

/*--------------------color---------------------*/

#textarea .maintitle, #textarea .subtitle {
	color: #000;
}

/*--------------background colors-----------------*/

 #menu_right .title, #menu_left .title, #textarea tr.head {
	background-color: #FFD700;
}

#menu_right .textbox, #menu_left .textbox, #header #subheader, #textarea table, #footer {
	background-color: #FFD700;
}

#textarea .title {
	border-bottom: 1px solid #3d278c;
}

#header #subheader {
	border-bottom: 8px solid #FFD700;
	border-top: 3px solid #FFD700;
}

