h1 {
	border: 4px black dotted;
}

p{
	border-top: 2px solid orange;
	border-left: 5px double yellow;
	border-bottom: 10px dotted green;
}