html, body {
	background-color: #f5f5f5;
	color: #252525;
	font-family: tahoma;
	text-align: center;
	}
	
a {
	color: #252525;
	text-decoration: none;
	background-color: transparent;
	border-color: #000000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

#roman {
	margin-top: 100px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: left;
	color: #252525;
	}

#ilttyobig {
	background-color: #f5f5f5;
	color: #252525;
	font-size: 75px;
	font-family: georgia;
	height: 90px;
	text-align:center;
	font-size: 75px;
	margin-top: auto;	
	}

#ilttyosmall {
	background-color: #f5f5f5;
	color: #252525;
	font-size: 75px;
	font-family: georgia;
	height: 20px;
	text-align:center;
	font-size: 15px;
	margin-top: -1em;
	padding-top: -5em;	
	}

#issue {
	color: #252525;
	font-size: 15px;
	font-family: georgia;
	height: 20px;
	text-align:center;
	margin-top: .5em;
	border-top-width: 1px;
  border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
  border-bottom-style: solid;
	border-bottom-color: #000;
	}

#content {
	height: 480px;
	background-color: #f5f5f5;
	color: #252525;	
	font-size: 12px;
	border-left-width: 1px;
  border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
  border-right-style: solid;
	border-right-color: #000;
	background-color: #f5f5f5;
	padding-right: 2px;
  padding-left: 31px; 
  list-style-type:none;
	}
  
#content li {
	list-style-type:none;
	}

#footer {
	background-color: #000;
	color: #F8F8F8;
	font-size: 11px;
	font-family: georgia;
	height: 15px;
	text-align:center
	}
	
.footer a {
  color: #F8F8F8;
 }

.footer a:visited {
  color: #696969;
  }

.footer a:hover {
  color: #252525;
  }