/* CSS Document */

/*A:link {text-decoration: underline; color:#434f5f}
A:visited {text-decoration: underline; color:#434f5f}
A:active {text-decoration: underline; color:#434f5f}
A:hover {text-decoration: none; color:#434f5f}
*/
body { 
	margin: 0px 0px 0px 0px;
	background-color:#f0ede6; 
}

#testimonial h1 {
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: black;
}

#testimonial A:link {
font:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
color: #424f5f;
font-weight:bold;
}
#testimonial A:visited {
font:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
color: #424f5f;
font-weight:bold;
}
#testimonial A:active {
font:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:underline;
color: #424f5f;
font-weight:bold;
}
#testimonial A:hover {
font:"Times New Roman", Times, serif;
font-size:12px;
text-decoration:none;
color: #424f5f;
font-weight:none;
}
#footer {
font:Arial, Helvetica, sans-serif;
font-size:10px;
color:white;
text-align:center;
}

.quick_links A:link {
font:"Times New Roman", Times, serif;
font-size: 12px;
color: white;
font-weight:bold;
text-decoration:underline;
}
.quick_links A:active {
font:"Times New Roman", Times, serif;
font-size: 12px;
color: white;
font-weight:bold;
text-decoration:underline;
}
.quick_links A:visited {
font:"Times New Roman", Times, serif;
font-size: 12px;
color: white;
font-weight:bold;
text-decoration:underline;
}
.quick_links A:hover {
font:"Times New Roman", Times, serif;
font-size: 12px;
color: white;
font-weight:bold;
text-decoration:none;
}

.content {
font:"Times New Roman", Times, serif;
font-size: 12px;
color: #424f5f;
background-color: #f0ede6;
}

.content p{
font:"Times New Roman", Times, serif;
font-size: 12px;
color: #424f5f;
margin-left:15px;
margin-right:15px;
background-color: #f0ede6;
}

.content h1 {
font:"Times New Roman", Times, serif;
font-size: 14px;
font-weight:bold;
color: #424f5f;
}

.content h2 {
font:"Times New Roman", Times, serif;
font-size: 20px;
font-weight:bold;
color: #424f5f;
}

.content A:link {
font:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color: #424f5f;
text-decoration:underline;
}
.content A:visited {
font:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color: #424f5f;
text-decoration:underline;
}
.content A:active {
font:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color: #424f5f;
text-decoration:underline;
}
.content A:hover {
font:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color: #424f5f;
text-decoration:none;
}