body, h1, h2, h3, h4, p, li, ul, a, td , th, address {
	font-family: sans-serif;
}
.notnull, .error {
	color: red;
};
dt {
	font-weight: bold;
}
.attribute, .attribute-extract-name {
	background-color: pink;
}
.insert select {
	background-color: lightgreen;
}
.startend {
	font-weight: bold;
}
.delete{
	font-weight: bold;
	background-color: red;
	color: white;
}
.active{
	font-weight: bold;
	background-color: green;
	color: white;
}
.deleteselect {
	width: 500px;
}
.attribute td input, .columns tr td input, .columns tr td textarea{
	width: 440px;
}
.columns tr td textarea {
	height: 100px;
}
.columns {
	background-color: lightblue;
}