.title A{
	color : #ffff00;
	text-decoration : none;
	
}

A{
       	text-decoration :none;
}

A.underline{
	text-decoration : underline;
	}


A.makeanddo {
	text-decoration : underline;
}
.title {
	font-size : large;
	font-family : Verdana, Helvetica, Arial;
	font-weight : 600;
             text-decoration : none;
}

P.warn A:link {
	color: black;
	font-family: Verdana, Helvetica, Arial;
	
}



BODY{
	font-family : Verdana, Helvetica, Arial;
}




