.treatment{
	font-family: arial, verdana;
	font-size: 10px;
	color: black;
}

a.dublin{	font-family: arial, verdana; font-size: 10px; color: blue; text-decoration: underline; }
a.dublin:visited{	font-family: arial, verdana; font-size: 10px; color: blue; text-decoration: underline; }
a.dublin:hover {}

a.big { font-family: arial, verdana; font-size: 12px; color: black; text-decoration: none; font-weight: bold; }
a.big:visited{ font-family: arial, verdana; font-size: 11px; color: black; text-decoration: none; font-weight: bold; }
a.big:hover { color:blue; }


a.big2 { font-family: arial, verdana; font-size: 12px; color: blue; text-decoration: underline; font-weight: bold; }
a.big2:visited{ font-family: arial, verdana; font-size: 11px; color: blue; text-decoration: underline; font-weight: bold; }
a.big2:hover { color:black; }

a.small { font-family: arial, verdana; font-size: 11px; color: black; text-decoration: none; }
a.small:visited { font-family: arial, verdana; font-size: 11px; color: black; text-decoration: none; }
a.small:hover { color:blue; }

li {
  list-style-type:none;
  margin: 5px;
  padding: 0px;
}
  
.card{
	border: 0px;
	background-color: #FFFFCC; 
}

.toptext{
	font-family: arial, verdana;
	font-size: 12px;
	color: white;
	line-height: 18px;
}