body {
	color: #36110b;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #36110b;
	margin: 0;
}
p {/*margin: 0;*/}
a { color: #000000; font-style: normal; text-decoration: underline }
a:link { color: #000000; font-style: normal; text-decoration: underline }
a:visited { color: #000000; font-style: normal; text-decoration: underline }
a:hover { color: #d75300; font-style: normal; text-decoration: underline }
a:active { color: #000000; font-style: normal; text-decoration: underline }
h1 {
	font-weight: normal;
	font-size: 24px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 2px;
	margin-left: 53px;
}
h2 { font-weight: bold; font-size: 18px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.lowerlinks { color: black; font-size: 10px; text-decoration: none; text-align: center; margin-top: 10px;}
.lowerlinks a:link { color: black; font-size: 10px; text-decoration: none }
.lowerlinks a:visited { color: black; font-size: 10px; text-decoration: none }
.lowerlinks a:hover { color: #d75300; font-size: 10px; text-decoration: none }
.lowerlinks a:active { color: black; font-size: 10px; text-decoration: none }
.error { color: red; font-weight: bold; font-size: 14px }
.qdetails { text-align: left; margin-right: 20%; margin-left: 20%  }
form { margin: 0px; padding: 0px }
#footer {color: #fbfbfa; text-align: right; font-size: 11px;}
#footer a:link, #footer a:visited { color: #fbfbfa;}
#footer a:hover { color: #36110b; background-color: #fbfbfa; text-decoration: none; }
.deleteButton { color: white; background-color: red; }
.submitButton { background-color: green; }
#today {text-align: right; font-size: 12px;}
.store {
	margin-top: 40px;
}
input.storeButton, a.storeButton:link  {
	color: white;
	background-color: #36110b;
	padding: 3px 5px;
	border: 1px solid #36110b;
	margin-top: 10px;
	text-decoration: none;
}
a.storeButton:visited  {
	color: white;
	background-color: #36110b;
	padding: 3px 5px;
	border: 1px solid #36110b;
	margin-top: 10px;
	text-decoration: none;
}
input.storeButton:hover, a.storeButton:hover  {
	color: #36110b;
	background-color: #ffffff;
	padding: 3px 5px;
	border: 1px solid #36110b;
	margin-top: 10px;
	text-decoration: none;
}
input.storeButton:focus, a.storeButton:active  {
	color: white;
	background-color: #150604;
	padding: 3px 5px;
	border: 1px solid #36110b;
	margin-top: 10px;
	text-decoration: none;
}
.gallery {
	border: 2px solid #36110b;
}
