/* CSS Document CD Web Designs - CSS_cdwebdesigns.css */ 

<!--
a:link {
	text-decoration: none;
	color:#FF6666;
}
a:visited {
	text-decoration: none;
	color:#FF6666;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color:#FF6666;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style2 {
    font-family: Arial; 
	font-weight: bold;
	font-size: 14px; 
	color: #666666;
}
.style3 {
    font-family: Arial;
	font-weight: bold;
	font-size: 11px; 
	color: #666666;
}
.style4 {
    font-family: Arial;
	font-size: 11px; 
	color: #666666;
}
-->