﻿body		{	
			background-color: #F9F0D5;
			font-family: Verdana, Arial, sans-serif;
			font-size: small;  
			text-align: center;
			}
h1			{ 	
			font-family: Tahoma, Geneva, sans-serif; 
			font-size: 36pt ; 
			font-weight: bold;
			margin-bottom: 4px
			}
div.thumb
			{
			float: left;
			font-size: x-small;
			text-align: left;
			margin: 3px;
			padding: 3px;
			width: 100px;
			height: 180px
			}
.thumb a	{			
			text-decoration: none;
			color: black
			}

.thumb a img
			{
			border:#A36A32 medium outset;
			}
.thumb a:hover img
			{
			border:orange medium inset;
			}
.arttitle {
		text-transform:capitalize;
		font-style:italic;
		text-transform:capitalize;
		float:left;
		font-style:italic;		
		}
.artyear {
	float:right;
	color: white
	}
.artmedia {
		text-transform:lowercase;
		clear:left;
		color: gray
		}
.artdim {
		color: gray
		}
.depth  {
	color: gray
	}

.artdim:after { content: '"x  '
}
.depth:after{ content: '"'	
}
a:hover .artmedia {
		color: black
}
a:hover .artdim {
		color: black
}
a:hover .depth {
		color: black
}
a:hover .artyear {
		color: black
}

.instruct	{
	font: caption;
	text-align: center;
	color: #FFCC66;
	margin: 4px 0 4px 0;
			}	
#disclaimer {
			width: 100%;
			height: 100%;
			float: left;
			bottom: 5px;
			left: 0;
			color: #EED586;
			background-color: #A36A32;
			margin:2em 0 0 0;
			padding: 0;
			width: 100%; 
			text-align:center;
			text-decoration:overline
			}	


