/*SeatStyle.css to accompany SeatMain.htm*/

body
{
     background-image: url("graybrick.jpeg");
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
}

h1
{
      font-size: 65px;
      color: #FFFFFF;
      text-shadow: 5px 5px #787777;
}

h3
{
     font-size: 20px;
     color: #FFFFFF;
		 text-shadow: 1px 1px #787777;
}

h2
{
     font-size: 20px;
     color: #FFFFFF;
		 text-shadow: 1px 1px #787777;
}

table
{
      outline: #FFFFFF;
}

.frame1
{
      background: #38694B; 
}

.frame2
{
      background: #384469; 
}

.frame3
{
      background: #523869; 
}

