@charset "utf-8";
/* CSS Document */

.bevelmenu{
	font: bold 13px arial;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	background-color: #FFF2BF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	width: 100%;
}
body {
	text-align: center;
}


.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
	text-decoration: none;
	color: black;
	background-color: #FFF2BF;
	border: 2px solid #FFF2BF;
	padding-top: 3px;
	padding-right: 1em;
	padding-bottom: 3px;
	padding-left: 1em;
}

.bevelmenu li a:hover{
color: black;
background-color: #FFE271;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}.container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
table td img {
	margin: 5px;
	
}
h1{
	color: #336633;
}
.myflowersimg {
	margin-top: 7px;
}
