table {
	background-color: transparent;
}
table img, table a img {
	display: none;
}
.sf {
	display: none;
}
body {
	background: url("https://i.imgur.com/W8BseVH.jpg") repeat;
	background-attachment: fixed;
	background-size: 100%;
	font: 12px arial;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	text-transform: lowercase;
}
#main {
	border: 5px solid #fff;
	width: 700px;
	height: 730px;
	overflow: hidden;
	background-color: #000;
	margin: 10px;
	border: 10px double #ff00aa;
}
.b {
	width: 680px;
	height: 710px;
	padding: 10px 20px 10px 10px;
	overflow: auto;
	text-align: justify;
}
h1 {
	font: 35px georgia;
	letter-spacing: -2px;
	font-weight: bold;
	color: #00fc3e;
	text-decoration: none;
	margin: 5px;
	padding: 3px;
	text-transform: uppercase;
	text-shadow: 2px 2px #ff00af;
}
a, a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #fae;
}
a:hover {
	text-decoration: underline;
}
.dash {
	padding-left: 100px;
	padding-right: 100px;
	border: 0 none;
	border-top: 1px dashed #00dd27;
	background: none;
	height: 0;
	margin: 20px;
}
li {
	list-style: circle;
}
.nav {
	margin-bottom: -6px;

}
.nav a, .nav a:link, .nav a:active, .nav a:visited {
	display: inline;
	padding: 5px;
	margin: 5px;
	background-color: #000;
	color: #fae;
	font: 9pt comic sans ms;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	border: 3px solid #ff00aa;
}
.nav a:hover {
	background-color: #02ff41;
	color: #000;
	text-decoration: none;
}
.image {
	float: left;
}
em {
background: #fe00ae;
color:#000;
font-weight: bold;
   font-style: normal;
   letter-spacing: 1px;
   font-family: verdana;
   font-size: 7.5pt;
   text-transform: uppercase;

}
i {
	color: #ffffff;
	font-family: georgia;
	letter-spacing: 1px;
}
body, html {
     cursor: url("https://64.media.tumblr.com/tumblr_m2wiw2Heiu1qfamg6.gif"), auto;
   }
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black; 
  border-radius: 10px;
  background: #000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0297fd; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff00aa; 
}