body, td {
	background: #f6f6f6;
	color : black;
	font-family : "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size: 100%;
}

h2 {
	font-size: large;
}

h3 {
	font-size: large;
	font-style: italic;
}

h4 {
	font-size: small;
	text-align: center;
}

h5 {
	font-size: x-small;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

h6 {
	font-style: italic;
	font-weight: bold;
	font-size: x-small;
}
a {
	color: blue;
}
a:visited {
	color: navy;
}

a:hover {
	color: red;
}

hr {
	height: 1pt;
}


