a.lsf:link {
	color : #fbffd9;
	text-decoration : none;
}

a.lsf:hover {
	color : white;
	text-decoration : none;
   font-weight: bold;
}

a.lsf:active {
	color : white;
	text-decoration : none;
   font-weight: bold;
}

a.lsf:visited {
	color : #edf5ad;
	text-decoration : none;
}

a:link {
	color : #fbffd9;
	text-decoration : none;
}

a:visited {
	color : #edf5ad;
	text-decoration : none;
}

a:hover {
	color : white;
	text-decoration : none;
   font-weight: bold;
}

a:active {
	color : white;
	text-decoration : none;
   font-weight: bold;
}

a.underline {
   text-decoration : underline;
}

a.next {
   font-family : arial, sans-serif;
   font-size : 100%;
}

span.left-align {
   float: left;
   background-color: #4d5aab;
   clear: left;
   font-family : arial, sans-serif;
   font-size : 100%;
}

span.right-align {
   float: right;
   background-color: #4d5aab;
   clear: none;
   font-family : arial, sans-serif;
   font-size : 100%;
   width: auto;
}

