@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
}

h1,h2,h3,label {
	color:#FFC;
}

#canvas_bkgd {
	background:url(https://www.iluvdata.org/fractal_drawing/images/blank.png) no-repeat;
	border-bottom:medium #FC0;
}

#functions_under_canvas {
	background-color:#8D8574;
    border-radius: 10px;
	border: 4px solid #FFC;
}

#bigtable {
	background-color:#aaa;
}

#tabs ul li a {
	font-size: small;
}
#tabs #tabs-1 {
	background-color:#8D8574;
}
#tabs #tabs-2 {
	background-color:#8D8574;
}
#tabs #tabs-3 {
	background-color:#8D8574;
}
#tabs #tabs-4 {
	background-color:#8D8574;
}

