body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
  width: 600px;
  height: 500px;
  border: 5px solid #333333;
  margin: auto;
  background-color: white;
  text-align: left;
}

.header {
  width: 100%;
  height: 50px;
  background-color: white;
  padding: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
  text-align: center;
}

.content {
  border-bottom: 5px solid #333333;
  border-top: 5px solid #333333;
  width: 600px;
}


.material {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  padding: 20px;
}

.material ul {
	list-style: none;
}

.material li {
	padding-bottom: 10px;
}

.material a {
	color: #555555;
	text-decoration: none;
}

.material a:visited {
	color: #555555;
	text-decoration: none;
}

.material a:hover {
	color: #000000;
	text-decoration: underline;
}



.links {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
}

.links ul {
	list-style-image: url('images/left_arrow.gif');
}

.links a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

.links a:visited {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

.links a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.footer {
  width: 100%;
  height: 50px;
  color: white;
  background-color: #333333;
  padding: 0px;
  padding-bottom: 0px;
  border-top: 0px;
}


.footer a {
	color: white;
	text-decoration: none;		
}

.footer a:visited {
	color: white;
	text-decoration: none;		
}

.footer a:hover {
	color: white;
	text-decoration: underline;
}



.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	font-weight: bold;
}

.paper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #554400;
	font-style: italic;
}

.journal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bold;
}


h2{color: #333333; font-family: Arial, Helvetica, sans-serif; font-size:large;}
