p {margin: 0px 0px 2px 25px;}

strong {
  font-weight: bold;
}
	
a {
	font: normal bold 90% "Verdana", sans-serif;
	text-decoration:none;
	}
		
a:link {
  color: #c4e8fe;
}

a:visited {
  color: #c4e8fe;
}

a:hover {
  color: white;
}

a:active {
  color: yellow;
}


