body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #555555;
}
body {
	margin-top: 10px;
	background-color: #fff9e5;
}
/* links */
a, input { outline: 0; } /* remove ff outlines */

a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #777777;
}
a:active {
	color: #555555;
}
.newlink:link{
    color: #000099; 
    text-decoration: underline;
} 
.newlink:visited{
    color: #000099; 
    text-decoration: none;
} 
.newlink:hover{
    color:#972202; 
    background: none; 
    text-decoration: underline;
}
.footerlink:link{
    color: #ccc; 
    text-decoration: underline;
} 
.footerlink:visited{
    color: #ccc; 
    text-decoration: none;
} 
.footerlink:hover{
    color: #999; 
    background: none; 
    text-decoration: underline;
} 

/* text */
h1 {
	font-size: 19px;
	color: #972202;
}
h2 {
	font-size: 19px;
	color: #972202;
	margin-bottom: 5px;
}
.testimonialfooter {
	color: #972202;
}
.privacy {
	padding-top: 15px;
	color:#555555;
	font-size: 11px;
}
.homefooter {
	color:#ccc;
	font-size: 10px;
}
.testimonialname {
	font-style: italic;
}

/* lists */
ul {
    list-style: none;
}
li{
    margin-left: -20px;
	padding-bottom: 10px;
}





