@charset "utf-8";
/* CSS Document */
body{
	
	background-color:cadetblue
}
p{
	color: navy
}

.firstp{
	color: springgreen
}

#border{
	border: 5px solid #FF0004;
}

ul li{
	list-style-type: square;
}

ol li{
	list-style-type: upper-roman
}