body {
	background-color: #FFFFFF;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-indent: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-indent: 10px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #9900FF;
}

li {
	list-style-type: circle;
}

h1 {
	color: #FF0000;
	font-size: medium;
	font-style: oblique;
	font-weight: bolder;
	font-variant: small-caps;
}

h2 {
	color:#000000;
	font-size:medium;
}

h3 {
	color:#000000;
	font-size:medium;
}

h4 {
	color:#000000;
	font-size:medium;
}

.artwork {
	color:#000000;
	font-size:medium;
}

.name {
	color:#000000;
	font-size:medium;
}

.source {
	color:#000000;
	font-size:medium;
}

.updated {
	color:#000000;
	font-size:medium;
}

.title {
	font-family: "Courier New", Courier, mono;
  	font-size: 30px;
	font-weight: bold;
	background-color: #000000;
  	color: #FFFFFF;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}

.footer {
	font-size: xx-small;
	font-style: italic;
	color: #999999;
}