﻿

/* specific style sheet for cdcc */

/* contacts page */
span.committee{

}

span.member{

}


/* results & newsletter links */
ul.result, ul.newsletter {
color: black;
    list-style-type:square;
}


ul.result li a, ul.newsletter li a{
        color: black;
		text-decoration: none;
}

ul.result li a:hover,ul.result li a:focus, ul.newsletter li a:hover, ul.newsletter li a:focus  {
        color: black;
		text-decoration: underline;		
}

a.email, a.email:hover, a.email:focus{
        color: black;
		text-decoration: underline;	
}
    
