body {
	background-color: #BBBBBB;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	}
	
img {
	border: none;
	}
	
a {
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: underline;
}
	
.info_box {
	border: solid black 1px; 
	width: 210px; 
	line-height: 1.5;
	background-color: #EFEFEF;
	}
	
.whiteborder {
	border: dashed white 1px;
	}
	
.redborder {
	border: dashed red 1px;
	}
	
.maintable {
	padding: 4px;
	background-color: #FFFFFF;
	}
	
.small {
  font-size: 12px; /* 75% of the baseline */
}	
	
	
	
	
	
	
	
	
	
	