<style type="text/css">

p.dummy
{
font: bold 300% verdana,sans-serif;
text-align:center;
color: #003399;
}



/* .................................................*/
div.image_tile
{
	width: 300px;
	height: 225px; 
	background-position: center; 
	background-repeat: no-repeat;
}
p.image_tile
{
	text-align: center;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}
h3.image_tile
{
	text-align: center;
	color: yellow;
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
}	
div.summary_tile
{
	width: 175px;
	height: 175px; 
	background-position: center; 
	background-repeat: no-repeat;
	float: left;
	margin: 2px;
	border: 1px solid grey;
}
p.summary_tile
{
	margin-top: 1em;
	margin-bottom: .1em;
	text-align: center;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
h3.summary_tile
{
	margin-top: .1em;
	margin-bottom: .1em;
	text-align: center;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
}
div.summary_overlay
{
	background: rgba(255,255,255, 0.5);
	padding: 2px;
}	
div.text_tile
{
	text-align: center;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: black;
	font-size: 16px;
	padding: 5px;
	width: 290px;
}
h3.text_tile
{
	text-align: center;
	color: #FEC524
	font-size: 20px;
	margin: 0 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
}
p.text_tile
{
	margin: .5em 0;
}
div.diary_tile
{
	padding: 10px;
	border: 1px solid;
	margin: 5px;
	width: 270px;
	float: left;
	text-align: center;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}
h3.diary_tile
{
	text-align: center;
	color: #FEC524
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
}
p.diary_tile
{
	text-align: center;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}
	
div.tile_overlay
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	opacity: 0.6;
}

p.tile_overlay
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
	
a.link_image:link
{
	text-decoration: none;
	color: black;
}
a.link_image:hover
{
	color: blue;
	background-color: lightblue;
}
	
/*div.tile_link 
{
	width: 100%;
}*/
a.tile_link:link 
{
	text-decoration: none;
	color: black;
}
a.tile_link:hover
{
	color: blue;
	font-style italic;
}

div.tile_column 
{
	float: left;
    width: 300px;
}

div.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 5px;
    z-index: 10;
    top: 0px;
    left: 0px;
}
h3.overlay h3
{
	text-align: center;
	color: yellow;
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	z-index: 20;
}	

div.background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}


</style>
