@charset "utf-8";
/* CSS Document*/

body, html {
   height: auto;
   width: auto;
   background: #6499db;	
}


h1 {text-align: center;
font-size: 35px;
font-family: Broadway;
color:blue;

}

p {text-align: center;
font-size: 25px;
font-family: Arial;
color:purple;
}

li {font-size: 20px;
font-family: Palatino Linotype;
}

em {color:red}
strong{color:Black}

ul, img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #1a17d4;
   	margin: 10px;
	padding: 20px;
        color:green;

}

