﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
	position: relative;
}

.aboutAuthor.title
{
	font-weight: bold;
}

.hidden
{
	display: none;
}
