.content	{
	margin: auto;
	max-width: 1000px;
}

.center	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

body{
	background-color: #FAFAFA;
}

.entry	{
	background-color: transparent; 
	color: #000000;
	max-width: 1000px;
	font-family: Georgia;
	font-size: 18px;
}

.title	{
	background color: transparent;
	color: #000000;
	font-family: Georgia;
}

.link	{
	background color: transparent;
	color: darkred;
	font-family: Georgia;
	font-size: 14px;
}

.main	{
	display: block;
	margin: auto;
	max-width: 1000px;
	font-family: Georgia;
	font-size: 30px;
	color: #000000;
	background-color: transparent
	text-align: center;
}

.authors {
	font-family: Georgia;
	font-size: 20px;
	color: grey;
}

.navul	{
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	display: table;
	margin: auto;
}

.navli	{
	float: left;
}

.navli a	{
	display: block;
	color: #666666;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-family: Georgia;
}

.navli a:hover	{
	background-color: #000000;
	color: #FAFAFA;
}

a:link {
	color: #333333;
	background-color: transparent;
}

a:hover {
	background-color: #000000;
	color: #FAFAFA;
}

.footer {
	font-family: Georgia;
	font-size: 12px;
	text-align: center; 
	padding-top: 50px; 
	color:#CCCCCC;
}