BODY {
     font-family: Garamond, 'Times New Roman', Times, Serif; 
     text-align: left;
     color: black;
     font-size : 18px;
     background-color: #FFFFFF
    }

a:link {
	text-decoration : none;
	color : rgb(0,0,255);	
}

a:visited {
	text-decoration : none;
	color : rgb(0,0,255);
}

a:active {
	text-decoration : none;
	color : rgb(153,0,153);
}
	

