/* kötet stíluslap */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	padding: 20px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	color: #6699FF;
	font-style: italic;
	background-color: #000000;
}

a {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #6699FF;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#roman {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 36px;
	font-weight: bold;
	color: #6699FF;
	font-style: italic;
}

#title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 36px;
	font-weight: bold;
	color: #6699FF;
	font-style: italic;
}

#engtit {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 36px;
	font-weight: bold;
	color: #6699FF;
	font-style: italic;
}

#year {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

#desc {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

#list {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#by {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #1F1F1F;
	font-weight: bold;
	font-style: italic;
}

/* Scrollbar */
::-webkit-scrollbar { /* width */
  width: 16px;
}
::-webkit-scrollbar-track { /* Track */
  box-shadow: inset 0 0 5px #6699FF; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb { /* Handle */
  background: #6699FF; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { /* Handle on hover */
  background: #5588EE; 
}

/* selection */
::-moz-selection { /* Code for Firefox */
  color: black;
  background: #6699FF;
}
::selection {
  color: black;
  background: #6699FF;
}

