body {
	font-size: 120%;
	font-family: garamond, times, sans-serif;
/*	font-family: Times;
	font-style: normal;
	font-size: 13pt;
*/	color: #444;
	background-color: #C5C5C5;
}

td {
	font-family: Georgia, Times, serif;
	font-style: oblique;	
	color: #666
}

h1, h2, h3 {
  font-family: Georgia, Times, serif;
  font-weight: normal;
/*  font-size: 24pt;
*/  color: #666;
  }

a:link {
  	/*font-family: Georgia, Times, serif;*/
/*	font-size: 120%;
	font-family: garamond, times, sans-serif;
*/	color: #6060FF;
	text-decoration: none
}
a:visited {
/*	font-size: 120%;
	font-family: garamond, times, sans-serif;
  	font-family: Georgia, Times, serif;
*/	color: #8080FF;
	text-decoration: none
}

.abstract {
	font-size: 12pt;
	color: #777;
}
.word_abstract {
	color: #555;
	font-size: 12pt;
}

.Author {
/*	font-family: Times, serif;
*/	color: #C58917;
	font-style: normal;
}

.Title {
	font-family: Times;
	font-weight: 500;
	font-style: italic;
	color: #777;
}




.box
{
	position: relative;
	width: 70%;
	padding: 50px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box:before, .box:after
{
	position: absolute;
	width: 20%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.box:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
