# style for CF website
BODY {
   font-family: serif; 
   font-color: DarkRed;
}

.Item {
   cursor: hand;
   font-family: sans-serif; 
   font-style: normal;
   font-size: medium;
   background-color: seagreen;
   color: white;
}
.Item A { 
   color: white;
   text-decoration: none;
   width: 100%;
   display: block;
   padding: 2px;
}
.Item:hover, .Item A:hover 
{
   background-color: mediumseagreen;
}

LI {
	padding-bottom: 14px;
}
