a{
  color: white;
  text-decoration: none;
}
 
div > table, th, td {
   border: 1px solid none;
}
       
.div1{
    width: 1024px;
    height: 425px;
    border: 1px solid black;
    background-color: white;
    float:inherit;
}

.inside1{
    width: 1024px;
    height: 351px;
    border: 1px solid black;
    background-color: white;
    float:inherit;
}
 
.inside2{
    width: 1024px;
    height: 351px;
    border: 1px solid black;
    background-color: white;
    float:inherit;
}

submitForms = function(){
	document.forms["form"'].submit();
	document.forms["form2"].submit();
}

h1{
   float:center;
}
 
.image{
	border: 1px solid black;
	border-top:none;
	border-bottom:none;
	border-left:none;
	}

.center { text-align: center; list-style-position:inside;}
