@charset "utf-8";
/* start of configuration */
html {
	background: linear-gradient(#F27, #38C, #26A, #FC3);
}
body {
	height: 100%;
}
.table {
	background: #085;
}
.caption {
	background: #636;
	color: #D02;
}
.table, .table ul li, legend, .table ul li legend {
	color: #22F;
}
.Three-Dee {
	color: #A22;
    font-family: pacita, cursive;
}
.tfoot {
	background: #979
	color: #262;
}