BODY {

	background-image: url(http://www.thetotallookbarrington.com/images/background.jpg);
        background-color: transparent;
        background-repeat: direction;
} 


a {
	text-decoration: underline;
	color: #00A56E;
}

a:Hover {
	text-decoration: none;
	color: #000000;
}


.content p { 
         color: #000000;
         font-size: 18px;
         font-family: georgia;
         margin-right: 10px;
         margin-left: 10px;
         margin-top; 10px;
         margin-bottom: 10px;
}

.content a {
         text-decoration: underline;
         color: #00A56E;
}

.content a:hover {
         text-decoration: none;
         color: #000000;
}
     
.links {
        color: #FFFFFF;
        font-size: 24px;
        font-family: georgia;
        font-weight: strong;
}  

.links  a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 24px;
        font-family: georgia;
        font-weight: strong;
} 

.links a:hover {
        text-decoration: none;
        color: #000000;
        font-size: 24px;
        font-family: georgia;
        font-weight: strong;
}   

.footer p {
        color: #FFFFFF;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        font-family: georgia;
}
 
.footer a {
        text-decoration: underline;
        color: #FCD9C5;
        font-size: 16px;
        font-family: georgia;
}

.footer a:hover {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 16px;
        font-family: georgia;
}
         