/* Com name first to prevent conflict with other css settings. */
.page_title {
	font-weight: bold;
}
.page_title a {
	color: black;
	text-decoration: underline;
}
.page_title a:hover {
	text-decoration: none;
}
.page_sum {
	margin: 10px;
}
.page_cont {
	margin: 15px 10px;
}
.page_auth {
	font-size: 75%;
}
a.page_delete:hover {
	color:red;
}
#page_editPopUp {
	width: 800px;
	background-color: white;
	color: black;
	border: 2px solid black;
	padding: 20px;
	z-index: 10;
	position: absolute;
	display: none;
	text-align: left;
}