BODY {
        background-color: #ffffff;
        
}

A:link {
	color: #FF00FF;
	text-decoration: none;
	font-weight: bold;
}
A:vlink {
        color: #660099;
        text-decoration: none;  
        font-weight: lighter;
        
}

A:hover {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

.step {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	color: Fuchsia;
	background-color: Blue;
	background-position: center center
}

p {
	left: 20px;
	font : bold 12pt "Times New Roman", Times, serif;
}



        