body {background-color:mistyrose;
background-image:url(image/phon.gif);
background-repeat:no-repeat;
background-attachment:fixed;
      }
h1 {	color: tomato;
	text-align: center; }
h2 { 	color: Chocolate;
	text-align: center; }
h3 {	text-align: center; }
table {width: 960px; 
	table-align: center;
	text-align: justify; 
	border: 0px solid gray;
	border-spacing: 10px 10px;
	}

td {width: 160px;
    vertical-align: top;
    color: indigo;
    font-size: 18px;
    }

.menutd{vertical-align: middle;
	}
	
	
.menu {text-align: center;
       color: tomato;
       
       }
       
.menu1 {border: 1px dotted;
	border-color: #8B0000;
	border-radius: 20px 20px 20px 20px;
	background-color:#F5F5DC;
	}
       
 
     
p {	font-size: 20px;
	text-align: justify;
	text-color: indigo;
  }
  
/*a:link {color: Red;
       font-size: 18px;
       text-align: center;
       
       }
à:active {color: Blue
	  font-size: 18px;
	  text-align: center;
	 }

a:hover {color: #f25100
	 font-size: 18px;
	 text-align: center;
	}
	
	
