h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
} 

/* By the way, this is a comment */

/* p {
	line-height: 0.7em;
} */

/* img {
	border-style: none;
	border-width: 0px;
	border-color: black;
} */

a {
	text-decoration: none;
}

/* strong {
	font-style: italic;
	text-transform: uppercase;
} */

/*li {
	color: #900;
	font-style: italic;
} */

table {
	background-color: white;
}