/* CSS Document */


body {
	font-family:Arial;
	margin: 0;
	padding: 0;
	color: #EDE49E;
	text-align:center;
	background: #0000FF url(../images/bgBlue.jpg) repeat-y;
	width:100%;
	padding-top: 10px;
	height: 600px;
}

.title  {
	letter-spacing:0.1em;
	font-size: 1.0em;
	margin-top: 1px;
	background-color:#0000CC;
	padding:2px;
	color:gold;
	width:100%;
	margin-left:auto;
	margin-right: auto;
}

#heading {
	margin-right: auto;
	margin-left: auto;
	width: 490px;
	text-align: center;
	font-size: .8em;
}
#heading h4 {
	font-size: 1.0em;
}
#topic {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	text-align: center;
	font-size: .8em;
	padding: 10px;
}

#topic h4 {
	background-color:#0000CC;
	padding:2px;
	letter-spacing:0.8em;
	margin-top: 2px;
	font-size:1.1em;
	color: ffd700;
}

#picturelink {
	text-align: center;
	font-size: .8em;
	margin-top: 5px;
}	
#picturelink p {
	text-align: center;
	margin-bottom: 5px;
}	
#picturelink img  {
	border:0;
	height: 90px;
	width:90px;
	outline-style:none;
}

.bold {
	font-weight:bold;
	color:#99CCFF;
}

.center {
	text-align:center;
}

#footer {
	font-size: .7em;
	text-align: center;
	margin-top: 130px;
	margin-bottom: 20px;
}
#clear {
	clear: both;
}
#footer a:link {text-decoration:underline; color:gold; font-weight:bold;}
#footer a:visited{text-decoration:underline; color:gold; font-weight:bold;}
#footer a:hover {text-decoration:none;color:#FF9900; font-weight:bold;}
#footer a:active{text-decoration:underline; color:#FF9900; font-weight:bold;}

a.artist:link {text-decoration:underline; color:gold; font-weight:bold;font-size:14px; }
a.artist:visited {text-decoration:underline; color: gold; font-weight:bold;font-size:14px; }
a.artist:hover {text-decoration:none; color:#FF9900; font-weight:bold; font-size:14px; }
a.artist:active {text-decoration:none;  color:gold; font-weight:bold; font-size:14px;}

