table {
	background-color: transparent;
}
table img, table a img {
	display: none;
}
.sf {
	display: none;
}
body {
	background: url("https://64.media.tumblr.com/d075145628bc837de5a2f6d105a9981e/tumblr_inline_n25c4av1Ao1qhwjx8.jpg") repeat;
	background-attachment: fixed;
	
	font: 13px georgia;
	letter-spacing: 1px;
	line-height: 18px;
	color: #000;
	text-transform: lowercase;
}
#main {
	border: 5px solid #fff;
	width: 750px;
	height: 730px;
	overflow: hidden;
	background-color: #ffafba;
	margin: 10px;
	border: 4px dashed #fff;
}
.b {
	width: 730px;
	height: 710px;
	padding: 10px 20px 10px 10px;
	overflow: auto;
	text-align: justify;
}
h1 {
	font: 35px georgia;
	letter-spacing: -2px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 5px;
	padding: 3px;
	text-transform: uppercase;
	text-shadow: 2px 2px #d6cee6;
}
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 #fff;
	background: none;
	height: 0;
	margin: 20px;
}
li {
	list-style: circle;
}
.nav {
	margin-bottom: -7px;

}
.nav a, .nav a:link, .nav a:active, .nav a:visited {
	display: inline;
	padding: 5px;
	margin: 5px;
	background-color: #fbca6e;
	color: #000;
	font: 9pt comic sans ms;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-style: italic;
	text-decoration: none;
	border: 2px dashed #fff;
}
.nav a:hover {
	background-color: #e0d2ec;
	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://static.tumblr.com/7kdsuri/1j0lv1gsl/hamcur2.png"), auto;
   }
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black; 
  border-radius: 10px;
  background: #fee6e6;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fdca77; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fcb0ba; 
}