@charset "utf-8";
body {
	background-color: #4A4A4A;
}

#links {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #121B2C;
	background-color: #CDCDCC;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	width: 20%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: medium solid #121B2C;
	text-align: left;
	line-height: 2;
}
#top_page {
	background-color: #121B2C;
	margin: 0px;
	border: thin solid #CDCDCC;
}
#header {
	background-color: #CDCDCC;
	margin: 0px;
	border: 0px none #121B2C;
	padding: 0px;
}
#subtitle {
	background-color: #121B2C;
	margin: 0px;
	float: none;
	text-align: center;
}
#author_list {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #121B2C;
	background-color: #CDCDCC;
	border: medium solid #BFC254;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 0%;
	margin-left: 7%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	float: right;
	width: 70%;
	
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2F426F;
	text-decoration: none;
}
a:visited {
	color: #4A4A4A;
	text-decoration: none;
}
a:hover {
	color: #BFC254;
	text-decoration: none;
	
}
dl dt {color: #787878
}
dl dd {font-size:18px
 }
 
 #footer {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	background-color: #121B2C;
	color: #D7DE97;
	border: thin solid #CDCDCC;
	text-align: center;
	margin-top: 50px;
}
