.card01 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	color: #AC5959;
	background-color: #DFD6CA;
	padding-left: 15px;
	font-weight: normal;
 padding-top : 3px;
 padding-bottom : 3px;
 border-top : 1px solid #000000;
}
 
 A.card01:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	color: Blue;
	font-weight: normal;
}

.card02 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	color: #AC5959;
	background-color: #DFD6CA;
	padding-left: 15px;
	font-weight: normal;
 padding-top : 3px;
 padding-bottom : 3px;
 border-bottom : 1px solid #000000;
}

 A.card02:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	color: Blue;
	font-weight: normal;
}