@import url("../style.css");
	body 			{
						color: #000000;
						font-family:Courier,courier,monospace;
						font-size:small;
						#font: small,Courier,courier,sans-serif;
						
					}
	/*pre 			{font-size: x-small}*/
	a:link 			{color: #990000}
	a:visited 		{color: #990000}
	a:hover 		{color: #990000}
	a:active 		{color: #990000}
	img 			{margin: 0 0 0 0; background-color: #990000}
	span.date		{color: #990000}
	span.date:before{content: "_____ "; }
	span.date:after	{content: " _____"; }
	*       		{background-color: white;} 
	div 			{background-color: transparent}
	div.exhibitions {background-color: white;}
    div.day 		{page-break-inside: never;
    				 font-size: small;
    				text-align: center;
    				white-space: pre
    				 /*
    				background-color: white;
    				border-style: solid;
    				border-width: 4px;
    				border-color: black;

    				*/
    				}

	
