.artist {
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #FFFFFF;
}
p {
	font-family: "Bernhard Modern Std";
	font-size: 1em;
	color: #000000;
	text-indent: 1em;

}
h2 {
	font-family: "Bernhard Modern Std";
	font-size: 1.3em;
	color: #000000;
	text-indent: 1em;

}
a {
	font-family: "Bernhard Modern Std";
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
td {
	text-align: justify;
	vertical-align: text-top;
	padding: 1ex;
	border: none;
	vertical-align:top;
}
table {
	background-position: center;
	width: 800px;
	border: none;

}
#navigation {
	font-family: "Bernhard Modern Std";
	font-size: 0.6em;
	text-decoration: none;
	-moz-border-radius: 6px 6px 6px 6px;
}

#navigation ul {
	list-style: none;
	margin: 2px;
	padding: 0 2px 2px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 3px 5px 2px;
	color: #FFFFFF;
	background-color: black;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #888888;
	
}

#navigation table {
	border: 0;
	background-color: transparent;
}

#navigation td {
	font-family: "Bernhard Modern Std";
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.6em;
  background-color: transparent;
	line-height: normal;
}
img {
	border: thin none;
}

