/* CSS Document */

div.flower{
width: 250px;
height: 300px;
float: left;
margin-left: 15px;
margin-bottom: 15px;
}

div.flower_section{
padding: 20px;
}

div.obit{
position: absolute;
top: 200px;
left: 220px;
z-align: 1;

}

div.obit a{
color: #EEE;
font-family: Arial Narrow;
font-size: 16px;
font-weight: 600;
text-decoration: none;
}

div.obit a:hover{
color: #FFFF00;
}
