body {
	font-family: 'Arial', sans-serif;
	background-color: pink;
	color: white;
 	text-align: center;
}
p{
  color: black  ;
} 
  
.blue{
	color:blue	
}

img,iframe {
  width:50%;
  border:7px solid white;
   border-radius:10px
}
 table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid black;
	padding: 8px;
	text-align: left;
} 
li    {
   list-style-type:none
   
}


		 a {
			color: black;
		}
	    a:link {
		        color:lightblue;
				
		}
		:visited {
		          color: light red
				  
		}
		a:hover {
	color: green;
}
		:active { 
		         color:black
		}
 