/*RosesStyle.css*/
body {background-color: rgb(116,176,97)}
p.solidborder {border: thin solid rgb(0,0,0)}
p.doc {
	background-color: rgb(206,249,195);
	padding: 1%
}
/*for header*/
p.head {
	color: rgb(193,243,188); 
	font-weight: 600;
	text-align: center;
	font: 30px arial;
}
/*for footer*/
p.foot {
	color: rgb(193,243,188); 
	font-weight: bold;
	margin: 3px;
/*	text-align: right;*/
	font: 12px arial;
}
table.main {
	background-color: rgb(68,146,37);
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
table.galery {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
td.galery{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
}
ul{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
a.menu{
	float: left;
	width: 14em;
	text-decoration: none;
	font: bold 11px arial;
	color: rgb(193,243,188);
	background-color:rgb(0,102,0);
	padding:0.1em 0.6em;
	border-top:2px solid green;
	border-left:2px solid green;
	border-right:2px solid green;
	border-bottom:2px solid green;
}
a.menu:hover {background-color:rgb(0,140,0)}
li {display:list-item}
a.menu1{
	float: left;
	width: 13em;
	text-decoration: none;
	font: bold 12px arial;
	color: rgb(293,43,88);
	background-color:rgb(0,102,0);
	padding:0.1em 0.6em;
	border-top:2px solid green;
	border-left:2px solid green;
	border-right:2px solid green;
	border-bottom:2px solid green;
}
a.menu1:hover {background-color:rgb(0,140,0)}
li {display:list-item}
/*image gallery start*/
div.img {
	margin: 2px;
	border: 1px solid rgb(200,100,100);
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid RGB(255,255,255);/*border white*/
}
div.img a:hover img {border: 1px solid rgb(250,0,100);}
div.desc {
	text-align: center;
	font-weight: normal;
	width: 160px;
	height: 45px;
	margin: 2px;
}
/*image gallery end*/
