body {
     background-color: #efdba0;
	 background-image: url('summer/background1.jpg');
	 color: #202020;
	 font-family: tahoma, verdana, helvetica, arial, sans-serif;
	 font-size: 14px;
	 }
	 
a, a:visited, a:hover, a:active {
  color: #782a00;
  text-decoration: none;
  }
  
.border1 {
         border: 0px;
		 background-image:url('summer/background2.jpg');
		 width: 90%;
		 }
		 
.border {
        border: 0px;
		background-image: url('summer/background2.jpg');
		width: 100%;
		}
	 
.first {
		 background-image: url('summer/background3.jpg');
		 width: 100%;
		 }
		 
.second {
		background-image: url('summer/background4.jpg');
		color: #202020;
		width: 100%;
		}
		
.third {
		 background-image: url('summer/background3.jpg');
		 width: 100%;
		 }
		 
.fourth {
		background-image: url('summer/background4.jpg');
		width: 100%;
		color: #202020;
		}
		 
.inside {
        border: 2px solid #782a00;
		text-align: center;
		width: 60%;
		font-size: 14px;
		}
		
.inside td {
          border: 2px solid #782a00;
		  }
		  
span {
     font-family: tahoma, verdana, helvetica, arial, sans-serif;
	 font-size: 10px;
	 }
	 
.vote {
      width: 90%;
	  border: 2px solid #782a00;
	  text-align: center;
	  font-size: 14px;
	  text-decoration: none;
	font-weight: none;
	font-style: none;
	  }
	  
.vote td {
        border: 2px solid #782a00;
		font-size: 14px;
		}
		
.input {
     background-color: #ffffff;
	 color: #202020;
	 border: 1px solid #782a00;
	 }
	 
form {
    text-decoration: none;
	font-weight: none;
	font-style: none;
	}
	
.webringform {
             margin: auto;
             text-align: left;
			 }