body{
  background-image: url(./images/Background5.gif);
	margin: 1%;
	padding: 1%;
	}

.deco {
  background-image: url(./images/Background6.gif);
	margin: 1% 1%;
	padding: 1% 1%;
	}
	
h1 {
  font-size: 175%;
	font-weight: bold;
	color: #4A3C24;
	}
	
h2 {
  font-size: 145%;
	font-weight: bold;
	color: #453313;
	}
	
h3 {
  font-size: 115%;
	font-weight: bold;
	color: #9E742C;
	}
	
#left {
   position: absolute;
	 left: 50px;
	 top: 10px;
	 width: 300px;
	 }
	 
#right {
  position: absolute;
	 right: 1px;
	 top: 10px;
	 width: 250px;
	 }

.logo {
  color: #F8E11C;
	/*#F0EE3E;*/
	font-weight: 800;
	font-size: 225%;
	}
	 

.spaces {
  word-spacing: 2em;
  }
	
.center {
  text-align: center;
	}
	
.motif {
   font-style: italic;
	 color: #050505;
	 }
	 
.time {
  font-weight: bold;
	}
	
.money {
  font-weight: bold;
	}
	
.contact {
  font-weight: bold;
	}
	 
.left {
  float: left;
	padding: 1px 1px;
	}
	
.padded {
  padding: 5px 25px;
	}
	
.right {
  float: right;
	padding: 1px 1px;
	}
	
a:link {
  color: #050505;
	text-decoration: underline; 
	}
	
a:visited {
  color: #4A3C24;
	}
	
/*some color codes to keep and use later:   #20153F #3D2D69 #381010 #150543*/	

a:hover {
  color: #101010;
	text-decoration: blink;
	}
	
.small {
  height:  90%;
	}

