BODY {
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #535260;
}

	#art {
		width: 100%;
		padding: 30px 0px 12px 0px; 
		margin: 0px;
		border: none;
		background-color: #CCCCCC;
		text-align:left;
	}
	
	#art-title {
		width: 100%;
		padding: 3px; 
		margin: 10px 0px 19px 0px;
		border-width: 1px 0px 1px 0px;
		border-color: #535260;
		border-style: solid;
		background-color: #8F858B;
		text-align:center;
		font-size: 13pt;
		font-weight: bold;
		font-style: italic;
		line-height: 16pt;
		color: #FFFFFF;
	}
	
	#comments {
		width: 600px;
		padding: 0px; 
		margin: 0px;
		border: none;
		text-align: left;
		font-size: 10pt;
		line-height: 13pt;
		color: #535260;
	}

P  {
    margin: 20px 0px 21px 0px;
	font-size: 10pt;
	line-height: 14pt;
}

	#small {
		font-size: 8pt;
		line-height: 11pt;
		margin: 15px 0px 15px 0px;
	}

A  {
	font-weight: bold;
	text-decoration : none;
	border: none;
    color: #452C3C;
	padding: 0px 2px 0px 2px;
	margin: 0px -1px 0px -1px;
    background-color: transparent;
}

A:Visited  {
	text-decoration: none;
    border: none;
    color: #5A4055;
}

A:Hover  {
	text-decoration: none;
	border-width: 01px;
    border-style: dotted;
    border-color: #7A7484;
    background-color: #F1F0F1;
	padding: 0px 1px 0px 1px;
}

A#img	{
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

B  {
	font-weight: bold;
    color: #434250;
}
