body {
	background-color: #8FBACB;
	font-family: Garamond, sans-serif;
	font-size: 15px;
	}
	
img {
	border: none;
	}
	
a {
	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover {
	text-decoration: underline;
}
	
.info_box {
	border: solid black 1px; 
	width: 210px; 
	line-height: 1.5;
	background-color: #60AECC;
	}
	
.whiteborder {
	border: dashed white 1px;
	}
	
.redborder {
	border: dashed red 1px;
	}
	
.maintable {
	padding: 4px;
	background-color: #FFFFFF;
	}
	
table { empty-cells:show; } 
	
	
	
	
	
	
	
	
	
	
	