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,0);	
}

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

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

.absolutepos {
	top:194px; 
	left:504px; 
	width:260px;
	position: absolute;
	background: #ffffcc; 
}

