@charset "UTF-8";
#table-header {
	font-weight: bold;
}
body {
	background-image: url(../images/background1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#admin {
	background-color: hsla(0,0%,100%,0.80);
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#enq {
	margin-top: 20px;
	color: #F70000;
	font-weight: bold;
}
