@charset "UTF-8";
/* CSS Document */

.artist {
	font-family: "Courier New", Courier, monospace; font-size: .8em; 
	line-height:1.3em; 
	padding-left:20px;
}

.disclaimer {
	font-family: "Courier New", Courier, monospace; font-size: .8em; 
	line-height:1.3em; 
	color:#666666;
	margin-top: 40px;
}

.style6 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size:1.1em;
	padding-left:20px;
}
.link {
	font-family: "Courier New", Courier, monospace; font-size: .8em; 
	line-height:1.3em; 
	padding-left:20px;
	}
	
.date {
	font-family: "Courier New", Courier, monospace; font-size: .8em; 
	color:#999999;
	font-style:italic;
	margin:10px 0 0 20px;
}

.header {
padding-bottom:40px;
}

body {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
	
a {
	font-family: "Courier New", Courier, monospace; font-size: .8em; 
	line-height:1.3em; 
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}

a:hover{
	font-family: "Courier New", Courier, monospace; font-size: .8em; 
	line-height:1.3em; 
	padding-left:20px;
	text-decoration:underline;
	color:#00CC66;
	}
	