	body
		{
		background-color: #f7f5ee;
		font-family: "PT Sans";
		font-size: 17px;
		color: rgb(60,60,60);
		}

	.green
		{
		color: #8ab075;
		}

	.menu:hover
		{
		cursor: pointer;
		color: #bd1a20;
		}

	.bannershadow
		{
		box-shadow: 0px 3px 8px #7f7f7f;
		}

	.header
		{
		font-weight: bold;
		color: black;
		font-size: 17px;
		}

	input[type=text],select
		{
		border: 1px solid rgb(160,160,160);
		font-size: 12px;
		padding: 2px 4px;
		width: 140px;
		}

	.coloropt:hover
		{
		background-image: url('../img/selectdot60.png');
		}

	.palette
		{
		z-index: 100;
		border-radius: 3px;
		box-shadow: 8px 8px 24px #7f7f7f;
		padding: 8px;
		background-color: #ffffff;
		border: 2px solid rgb(160,160,160);
		}

	.button_abstract
		{
		border: 1px solid #bd1a20;
		padding: 4px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background-color: #bd1a20;
		color: white;
		font-weight: bold;
		border-radius: 8px;
		}

	.button_clickable:hover
		{
		cursor: pointer;
		background-color: #cf585c;
		}

	.button_big
		{
		font-size: 16px;
		padding: 3px;
		width: 112px;
		}

	.ui-slider
		{
		margin-left: auto;
		margin-right: auto;
		width: 100px;
		border-radius: 4px;
		height: 8px;
		}

	.ui-slider .ui-slider-handle
		{
		width: 16px;
		height: 16px;
		margin-left: -8px;
		margin-top: 0px;
		border-radius: 8px;
		}
