body
{
	background-color: pink;
	color: black;
	font-size: small;
	font-family: Courier, Verdana, sans-serif;
	font-style: oblique;
}

h1 {
	color:pink;
	background-color: black;
	font-size: 150%;
	border-color: green;
	border-width: 5px;
	border-style: groove;
}

a
{
	color:yellow;
	
}

td
{
	color: green;
}

h4
{
	color: orange;
	border-color: yellow;
	border-width: 2px;
	border-style: dotted;
}

p
{
	text-indent: 1.5em;
	color: blue;
	border-color: blue;
	border-width: 1px;
	border-style: ridge;
}

img
{
	border-top:  20px inset red;
	border-right: 20px inset yellow;
	border-bottom: 20px inset green;
	border-left: 20px inset blue;
}