/* style.css - a simple style sheet */
img.unique {
	float:left;
	border: solid 2px red; 
  	 background: rgb(204,204,255);
	margin-right:1em;
	margin-top:1em;
}

div.hidden{display:none;background-color:yellow; font-size:36pt;font-weight:bold;color:red;width:100%;}	
div.unique:hover div.hidden {
	display:block;
float:left;
	
}
div.unique {
	float:left;
}


table {
	cellpadding:5;
	width: 600px;
}
body {
	text-align: center;
  margin-left: auto;
  margin-right: auto;
  width:600px;
  color: #444;
  background: white;
  background-image: url('background.png');
  background-repeat:repeat-y;
  background-position: top center;
  font-family: "Georgia", "Times New Roman", serif; 
}
div#wrapper
{
  margin:0 20px;
  width:540px;
}
p
{
  line-height:1.5em;
  text-align: left;
}
h1
{
  text-align: left;
}

h2
{
  margin-top:2em;
  text-align: left;
}

h3
{
  text-align: left;
}


a { color:  rgb(100, 100, 100) }  /* for unvisited links */
a:visited { color:  rgb(100, 100, 100)  } /* for visited links */
a:active { color: rgb(200, 200, 200) } /* when link is clicked */
a:hover { color: rgb(200, 200, 200) } /* when mouse is over link */

img.left 
{
  margin-right:1em;
  float:left;
}
img.right 
{
  margin-left:1em;
  float:right;
}



}
