body {
	 background-image:url("https://64.media.tumblr.com/cda960382d39715b3d9a04fe36a0329d/tumblr_inline_n25a2jKH241qhwjx8.gif");
	 background-repeat;repeat-x;
	 font-family:ms gothic;
     cursor: url('https://file.garden/aA0eX2ASI2C8Ym93/cursors/tumblr_inline_mo884mejmx1qz4rgp.png'), auto; 
	 }
	 
	 a:hover {
	  cursor: url('https://file.garden/aA0eX2ASI2C8Ym93/cursors/tumblr_inline_mo884mejmx1qz4rgp.png'), auto; 
	  }
	 
		.left {
		width:250px;
        height:480px;
		border:1px solid black;
		float:left;
		font-size:11px;
		margin-right:10px;
		margin-left:5px;
		margin-top:5px;
		border-radius:5px;
		text-align:center;
        background-image:url("http://i160.photobucket.com/albums/t197/myntebuu/SOZAI/bgpinkheartribbon.gif");
		background-color:white;
		}
		
		.bg, .inner { box-sizing: border-box;}

.bg {
background: #FE82B624;
background-image:url("http://fc08.deviantart.net/fs70/f/2012/167/5/2/pink_bows_background___free_by_sanitydying-d53ql3f.png");
background-size:fill;
padding:12px; 
width:100%;
height:100%;
border:1px solid black;
border-radius:10px;
}

.inner {
background: #FFF;
color: #000;
padding:5px;
border:1px solid black;
border-radius:10px;
height:100%;
overflow-y:auto; /* remove overflow if you don't want a scroll */
}
		
		.right {
		float: no
		width:580px;
        height:100%;
		overflow-y:auto;
		overflow-x:hidden;
		}
		
		.content {
		width:670px;
		height:530px;
		margin:auto;
		margin-top:20px;
		padding:10px;
		}
		
		 .left p {
		 padding:5px;
		 background-color:white;
		 padding:5px;
		 width:210px;
		 margin:auto;
		 margin-top:10px;
		 border:1px solid black; 
		 border-radius:3px;
		 }
		 
		 h1 {
		 font-family:romancea;
		 color:white;
		 filter: drop-shadow(1px 1px 0 #ffb0b3) drop-shadow(-1px 1px 0 #ffb0b3) drop-shadow(0 -1px 0 #ffb0b3) drop-shadow(1px 0 #ffb0b3);
		 }
		
		/* width */
::-webkit-scrollbar {
  width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: pink; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: pink; 
}


a:link {
  color: black;
  margin:3px;
}

a:visited {
  color: black;
}

a:hover {
  color: white;
}

a:active {
  color: black;
}

table, tr, td {
font-size:12px;
}

table {
width:100%;
}

#scroll {
	margin:auto;
	border-image:url(https://file.garden/aA0eX2ASI2C8Ym93/borders/white-border.gif) 8 fill round;
	border-width:10px;
	border-style:solid;
	width:320px;
	height:150px;
	overflow-y:auto;
	overflow-x:hidden;
}



table {
width:100%;
border:2px ridge pink;
height:200px;
padding:0px;
font-size:10px;
overflow-y:auto;
}

tr, td {
border-bottom:2px ridge pink;
width:100%;
margin:0px;
}

table p, a {
padding:0px;
margin:0px;
}

table a {
margin-bottom:3px;
}

a:hover {
color:pink;
}