@import url(Common.css);

h1.Main { background: url(../Images/Header-SitesWeLike.jpg) no-repeat; }

.Flash {
    background: url(../Images/Flash-Yellow.jpg) no-repeat;
}

.Site {
    margin: 10px 0px; 
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 450px; 
    color: #555;
    min-height: 140px;
    background: url(../Images/Photo.png) 10px 5px no-repeat;
}

    .Site p, .Site h2 {
        margin-left: 160px;
    }

    .Site p	{
        margin-top: 0px;
		font-size: 0.95em;	
    }
	
	.Site a {
		color: #cc0000;
	}

		.Site a:hover {
			text-decoration: underline;
		}
	
.SiteOfTheMonth {
	
}

.SiteOfTheMonth h2 {
	margin-bottom: 5px;
}

.SiteOfTheMonth img {
	display: block;
}

.SiteOfTheMonth a {
	color: #cc0000;
}

	.SiteOfTheMonth a:hover {
		text-decoration: underline;
	}


