p,a,td,li {
   font-family: verdana, arial, helvetica, sans-serif;
   line-height: 135%;
}


td {
   background-color: #FbF7F5; /*#F5F0F0; #F0F8FF;*/
}

A:link, A:active, A:visited {
	text-decoration: none;
	color: #0000DD;           /* 0,0,153 */
	background: transparent;
}

A:hover {
   text-decoration: underline;
	color: #0000DD;
}

HR {
   width: 75%;
   align: center;
   margin: 2em;
}


.linkHome {
   margin-top: 0px;
   margin-bottom: 0px;
	color: #FbF7F5;
}

A:link.linkHome, A:active.linkHome, A:visited.linkHome {
	text-decoration: none;
	color: #FbF7F5;
	background: transparent;
}

A:hover.linkHome {
   text-decoration: underline;
	color: #FbF7F5;
}





