/* AK's Homepage - style sheet */

table, tr, td, body, p {
	font-family: sans-serif;
	background-color: #ffffff;
	color: #004455;
}
h1 {
	font-family: Arial, helvetica;
	text-align: center;
	color: #ffffff;
	background-color: #cccccc;
}
h2 {
	font-family: Arial, helvetica;
	color: #ffffff;
	background-color: #3388dd;
}
h3,h4 {
	font-family: Arial, helvetica;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}
dd {
	margin-bottom: 0.5em;
}
th {
	font-family: sans-serif;
	color: #004455;
	background-color: #ccddee;
}
img {
	border-width: 0;
}
.subTitle {
	font-family: sans-serif;
	font-style: italic;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
.pubTitle {
	font-family: Arial, helvetica;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
}
.pubLink {
	margin-left: 10pt;
}
.footnote {
	font-size: small;
}


