h1{ 
	font-family:century gothic;
	color:blue; 
	text-align:center 
	

} 
h1:hover {background-color: #FFFDE8;
}

p{font-family: tahoma;
color:blue;
size:12px}

img{ 
	width:200px; 
	height:200px;
	border:3px solid lightblue;
	border-radius: 10%;
	
}

table,td{
border:5px solid blue;
border-collapse:collapse;}
tbody tr:nth-child(even){background-color:#E8FAFF}
tbody tr:nth-child(odd){background-color:#FFFDE8;
width:80%;}

a:link{ 
color: #005A85; 
	font-family:tahoma; 
}  
v:link{ 
color: red; 
	font-family: tahoma; 
}

body{ 
	background-color:lightblue;
}
h3{font-family:Tahoma;
	color:blue; 
text-align:center }
th{font-family:Tahoma; 
color:blue;} 
td{font-family: century gothic; 
color:blue;}  

ul{ list-style-type: square; 
font:century gothic; 
size:14px; 
color: #124C5C; 
}

	

