body {
		background : white;
		font-family : arial;
		padding:0px;
		color: "#255EAF";
		font-size:3;
	}

	a {
		color : #215AA4;
		text-decoration : none;
       

	}

	a:hover {
		text-decoration : underline;
		
		color : #E79700;
	}
