@charset "utf-8";
/* CSS Document */

.demo_text {
	font-size: 			medium;
	font-weight: 		bold;
	color:				#000099;
	background-color: 	#99FF99;
}

.demo_cart {
	font-size: 			x-large;
	font-weight: 		bold;
	color:				#CC0000;
	background-color: 	#99FF99;
}


.sunrise {
	font-size: 			x-large;
	font-weight: 		bold;
	color:				#CC0000;
}

.body_color {
	background-color: #FFFF99;
}

.td_left {
	width: 				32%;
}

.titles {
	font-size: 			medium;
	font-weight: 		bold;
}

.commands {
	font-size: 			medium;
}


.warning {
	font-size: 			medium;
	font-weight: 		bold;
	color:				#000000;
}

.results {
	font-size: 			medium;
	color:				#6600CC
}
