html {
  background: url(media/hg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, body {
	height:100%;
}
A:Hover    {
	color: #A483A5
}

.cell-with-bgimage1 {
	background-image: url(media/transp1.png);
}
.cell-with-bgimage2 {
	background-image: url(media/transp2.png);
}
.cell-with-bgimage3 {
	background-image: url(media/transp3.png);
}

.h1 {
  
  	color: #9A7096;
	font-size: 29px;
	line-height: 29px;
	font-family: "museo-sans",sans-serif;
	font-weight: lighter;
  }
  
  .h2 {
  
  	color: #9A7096;
	font-size: 13px;
	line-height: 20px;
	font-family: "museo-sans",sans-serif;
	font-weight: lighter;
  }
 
 .h3 {
	color: #9A7096;
	font-size: 19px;
	line-height: 29px;
	font-family: "museo-sans",sans-serif;
	font-weight: lighter;
	text-decoration: none;
  }
   .h3on {
	color: #9A7096;
	font-size: 19px;
	line-height: 29px;
	font-family: "museo-sans",sans-serif;
	font-weight: lighter;
	text-decoration: underline;
  }
  
 .h4 {
  
  	color: #9A7096;
	font-size: 12px;
	line-height: 16px;
	font-family: "museo-sans",sans-serif;
	font-weight: lighter;
  }
  
  .h5 {
	color: #9A7096;
	font-size: 27px;
	line-height: 27px;
	font-family: "museo-sans",sans-serif;
	font-weight: lighter;
	text-decoration: none;
  }
