<style>

body {
	background-color: #FFFFFF;
	margin-left:25px;
	margin-right:25px;
	margin-bottom: 35px;
}

.style1 {
	font-family: Andalus;
	color: #000000;
	font-size: 23px;
	letter-spacing: 2px;
}
.style2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666666;
}

.style3 {
	font-family: Andalus;
	color: #000000;
	font-size: 18px;
	letter-spacing: 2px;
}

a:link {
	text-decoration: none;
	color: #000000;
	text-shadow:#FFFFFF 1px 1px 2px;
}
a:active {
	color: #FF99FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF99FF;
}

hr.hr1 { text-align:center;
         border: 1px dotted #999999; 
		 width:1200px; 
		 margin-left: auto;
         margin-right: auto;}	
		 
hr.hr2 { text-align:center;
         border: 1px dotted #999999; 
		 width:1000px; 
		 margin-left: auto;
         margin-right: auto;}	 

hr.hr3 { text-align:center;
         border: 1px dotted #999999; 
		 width:1300px; 
		 margin-left: auto;
         margin-right: auto;}
		 
hr.hr4 { text-align:center;
     width:1050;         
     border: 0;
     height: 3px;
	 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	 }
	 
.footer  {color:000000;
         font-size:18px;
         text-align:center;
		 letter-spacing:2px;
		 word-spacing:2px; }
	 
.footer1 { font-family:Andalus;
	     font-size: 23px;
		 color:000000;
         text-align:center;
		 letter-spacing:3px;
		 word-spacing:10px; }


table {background-color:#ffffff;
      border-radius:35px;
      width:1200px;
	  height:auto;
	  border-spacing: 15px;
	  margin-left: auto;
      margin-right: auto;
             }


td {
    width:350px;
    height:250px; 
	border-style: dotted;
	border-color:pink;
	padding: 5px;
	border-width:2px;
    border-radius: 35px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	
		 }

table.center {
  margin-left: auto;
  margin-right: auto;
}
	
tr.element  {
font-family:Andalus;
font-size: 24px;
letter-spacing: 2px;
text-align:center;
  	}
	
.banner { width:350px;}
	 
.myDiv{
  		text-align:center;
  	}
		 
#MyDiv {text-align:center;}	
	
	
</style>