h1{
	font-size:30px;
	color:black;
	font-weight:bold;
	font-style:italic;
}

body{
	color:black;
	background-color:#007700;
}

h2{
	border:dotted  10px violet;
	padding:10px;
}

h3{
	border:dotted  5px orange;  color:skyblue;
	padding:10px;
}

b{
	color:yellow;
}
table{
	border:dotted 15px gold;
	border-collapse: separate;
	border-spacing:5px;
}

td { border:dotted 2px #0c0; }
th { border:dotted 2px #c00; }

img{
	border:dotted 10px #ff8080;
	padding:3px;
}
