/* CSS Document */
body {	background-image:url("images/Edge Design.jpg") }


.alignment{
	position:absolute;
	top: 0px;
	left: 150px;
	right: 150px;
}

.topmenue{
	font-family:"Souvenir Lt BT";

}

.content{
	position:absolute;
	top: 282px;
	left: 150px;
	right: 150px;
	background-color: #E5E5CB;
}

.rotate1 {
	
	top: 330px;
	left: 200px;
	z-index: 1;
}

a {
	text-decoration:  none;
	border: none;
	color:#FFFFFF;
 }
a:hover {
	text-decoration:  underline; 
	border: none;
	color:#FFFFFF;
	text-transform:capitalize;
 }
 
.heading {
font-family:"Souvenir Lt BT";
font-size: 24px;
	
}

.p {
	padding-left: 10px;
	padding-right: 10px;
}

#text {
font-family:"Souvenir Lt BT";	
}

