/*  HTML EL:EMENTS  */

body {
	background-color: #D0D1C7;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


p {
font-family: Arial, Helvetica, sans-serif;
color: #008EC8;
font-size: small;
	font-weight : normal;
	text-transform : none;
	line-height : normal;	
}



IMG {
	border : none;
}

/*  CLASS DEFINITIONS  */

A:link			{	color: #A90606;	text-decoration:none;  font-weight: normal; }
A:visited		{	color: #193366;	text-decoration:none;  font-weight: normal;}
A:hover		    { 	color: #645032;	text-decoration:underline;  font-weight: normal;}


A.dark:link			{	color: #402308;	text-decoration:none;  font-weight: normal; }
A.dark:visited		{	color: #402308;	text-decoration:none;  font-weight: normal;}
A.dark:hover		{	color: #402308;	text-decoration:underline;  font-weight: normal;}




.ArtworkTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    color: #A90606;
	font-weight : bold;
	text-transform : none;
	line-height : normal
}

.ArtworkTitle2 {

	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: small;
    font-weight: normal;

}
