#logo_image {
    max-height: 150px;
}

p {
    font-size: 1.5em;
    font-family: 'Indie Flower', cursive;
	color: #656565;
}

.lead {
    font-size: 2em;
}

h1 {
    font-size: 3em;
}

a {
    color: #6dc1d1 !important;
    font-family: 'Indie Flower', cursive;
}
    
body {
    background-image: url("/img/tlcbackground.jpg") white;
    color: #6dc1d1;
    text-align: center;
    font-family: 'Indie Flower', cursive;
    }
    
.area_image {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
}

div.area:hover, img:hover {
    opacity: 0.7;
}