h1 {
	font-size: xx-large;
	color: red;
	font-style: oblique
}

h2 {
	font-size: x-large;
	color: blue;
	font-style: italic;
	text-align: center;
}

h3 {
	font-size: large;
	color: black;
	font-style: normal
}

h4 {
	font-size: large;
	color: brown;
	font-style: normal
}

th {
	font-family: sans-serif;
	font-weight: bold;
	font-style: oblique;
	text-align: center
}

share {
	background-color:#eee;
	border-bottom:1px solid #d0d0d0;
	margin:1em 0 1.5em 0;
	padding:6px 0 0 6px;
}

.free {
/*	background-color:#eee;*/
	color:green;
}

.nonfree {
/*	background-color:#eee;*/
	color:red;
}
