h4 { font-size: 20px;}
#form { background-color: beige; text-align: center; padding: auto;
font-family: times new roman; font-size: 15px; 
}
ul { text-align: left; }

tr a:link{text-decoration:none; color:blue; }

tr a:visited{text-decoration:none; color:blue; }

tr a:hover{text-decoration:none; color:blue; }

body { background-color:beige;
}


table{border: 1px solid #white;
      border-collapse: none;
	  width: 100%;
	  table-layout: fixed;
	   }
	  
table td, th{padding: 5px;
             border: 1px solid #red;
			width: 50%;}
			 
table td {text-align: center;
		 }

tr:nth-child(even){background-color: tan;}
tr:nth-child(odd){background-color: tan;}


#name { color:red; }
#email { color:red; }
#phone { color:red; }
#message { color:red; }

footer {color:black;
position: fixed;
   bottom: 0;
   width: 100%;
   height: 60px;  
   } 