.GEdit {
	
}


.GEdit a {text-decoration:underline; color:green;}

.GEdit .GEditAnchor {border-bottom: 1px dotted #ccc;
			  }

/* Default table style, created within GEdit*/
.GEdit .geditTable {
	border: 1px solid #bbb;
}


.GEdit .geditTable th {
	background-color: aqua;
	font-size: 16px !important;
}

.GEdit .geditTable td, .geditTable th {
	border: 1px solid #bbb;
	min-width:70px;
	width: auto !important; width:70px;
}
