body {
	
	margin-top: 40px; margin-left: 5px;
}

body {
	background-color: #9BB9A8;
} 

p { font-family: Verdana; font-size: 11px} 
li{ font-family: Verdana; font-size: 11px} 
table{ font-family: Verdana; font-size: 11px;} 
td { font-family: Verdana; font-size: 11px}
tr { font-family: Verdana; font-size: 11px} 

a:link {
	text-decoration: none;
	color: Purple;
	cursor: crosshair;
}
a:visited {
	text-decoration: none;
	color: #8A2BE2;
	cursor: crosshair;
}
a:active {
	text-decoration: none;
	color: #8A2BE2;
	cursor: crosshair;
}

.box1 {
	padding: 5px;
	height: 200px;
	width: 100px;
	background-color: #9BB9A8;
	
} 

.visit {
	font-size: 9px;
	font-family: Verdana;
}