
/*  */





body {
	font-size: 80%;
	font-family: Garamond;
	color:black;
	line-height: 150%;
}


div {
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:300px;
	height:200px;
	text-align:center;
}




a, p {
	color:black;
	text-decoration:none;
	text-transform:lowercase;
	font-size:10px;	
	letter-spacing:1px;
}






a:link { 
	text-decoration: none; 
	color: black;
	cursor: pointer;
}

	
a:visited { 
	text-decoration: none; 
	color: black;
	cursor: pointer;
}
	
	
a:hover { 
	text-decoration: none; 
	color: black;
	cursor: pointer;
}
	
		
a:active {
	 text-decoration: none; 
	 color: white;
	 cursor: pointer;
}






