p.supersection {
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
p.section {
	text-align: center;
	font-weight: bold;
	font-size: small;
}
p.date {
	font-weight: bold;
	color: green;
}
a {
	font-weight:bold;
	text-decoration: none;
	font-family: verdana, arial;
}
a:link {
	color: blue;
}
a:vlink {
	color: silver;
}
a:alink {
	color: navy;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a img {
    border: 0;
}
body {
	background: white;
	color: black;
	font-family: Verdana, Arial;
}
h1 {
	font-size : large;
	text-align: center;
}
table {
	border: none;
}
td {
	border: none;
	font-size : x-small;
	text-align: justify;
}
.deprecated {
    text-decoration: line-through;
}
