* {margin:0; padding:0;}

body{
text-align:center;

font-family: arial, helvetica, sans-serif;
}

.contact{margin:auto;} /*centers table*/
 .con{text-align:center;} 

 
span{
color:red;
}

table, td, th
{
border:1px solid green;
text-align:center;
}
th
{
background-color:green;
color:white;}
