html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:10px;vertical-align:baseline;background:transparent}
body{
  margin: 0;
  background-color: #000;
  overflow-x: hidden;
  color: #fff;
  font-size: 11px; 
  line-height: 1.18;
  text-shadow: .1em 0px purple,  -.1em 0px green, 1px 1px 2px green, 0 0 2px green;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'MS PGothic', sans-serif;}
@font-face {
    font-family: "Sivenka"; 
    src: url("https://lalli-land.neocities.org/Sivenka-Regular.ttf") format("truetype");}
#desktop {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
	overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0}
.window {
  position: absolute;
  border: 2px solid #ff0000;
  background: #000;
	border-radius: 3px;
	z-index: 1000}
.window.closed {
	display: none}
.window.minimizedWindow {
	display: none}
.window.fullSizeWindow {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0;
    bottom: 32px !important}
.fullSizeWindow .ui-resizable-handle {
	display: none}
.windowHeader {
  background-color: #ff0000;
  text-align: right;
  border-bottom: 2px solid #000;
  padding: 2px;
  cursor: move;
  height: 28px}
.activeWindow .windowHeader {
    background-color: #8b0000;
}
.windowHeader > span {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #000;
  margin-left: 4px;
  font-size: 19px;
  padding: 2px 10px;
  font-family: "Arial Black", Gadget, sans-serif;
  border-radius: 5px;
  line-height: 20px;
  width: 12px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.windowHeader > span:hover {
	background: rgba(255,255,255,0.3)}
.windowHeader > span.winclose:hover {
	background: #f15454}
.windowHeader > span > span {
  display: inline-block;
  height: 8px;
  width: 10px;
  position: absolute;
  top: 6px;
  left: 10px}
.winminimize > span {
	border-bottom: 3px solid #000}
.winmaximize > span {
	border: 2px solid #000;
	border-top: 3px solid #000}
.winmaximize > span:nth-child(2) {
	display: none}
.fullSizeWindow .winmaximize > span:nth-child(1) {
	margin: 2px 0 0 -4px}
.fullSizeWindow .winmaximize > span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px}
.wincontent {
  padding: 4px;
  min-width: 200px;
  min-height: 140px;
  border: 1px solid #000;
  margin: 2px;
	border-radius: 0 0 5px 5px}
.windowHeader > strong {
    float: left;
    margin: 0px 3px 0 10px;
    line-height: 29px;
    font-size: 15px}
.taskbarPanel {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 3px;
  line-height: 24px;
  margin: 2px 0 0 10px;
  font-size: 15px;
  padding: 0 10px;
  background: #ff0000;
  font-weight: bold;
	cursor: pointer}
.taskbarPanel.activeTab {
	background: #000}
.taskbarPanel.minimizedTab {
	background: #8b0000}
.taskbarPanel.minimizedTab:hover {
	background: rgba(255,255,255,0.3)}
.taskbarPanel.closed {
	display: none;
}
#taskbar {
	position: absolute;
	height: 32px;
	border-top: 2px solid #000;
	bottom: 0;
	left: 0;
	right: 0;
	background: #8b0000}
#icons {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px}
#icons a {
  display: block;
  cursor: pointer;
  padding: 2px 10px}
#icons a:hover {
	background: #000;
	color: #FFF}
#templateLink {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 20px;
  font-weight: bold;
  font-size: 8px;
  color: #8b5555}
/*Demo styles BEGIN*/
#window0 {	top: 30px;	left: 180px;}
#window1 {	top: 10px; left: 120px;}
#window2 {	top: 50px; left: 50px;}
#window3 {	top: 20px; left: 150px;}
#window0 .wincontent {	width: 500px; height: 400px; overflow-x: hidden; overflow-y: scroll;	}
#window1 .wincontent {	width: 500px; height: 400px; overflow-x: hidden; overflow-y: scroll;	}
#window2 .wincontent {	width: 500px; height: 400px; overflow-x: hidden; overflow-y: scroll;	}
#window3 .wincontent {	width: 500px; height: 400px; overflow-x: hidden; overflow-y: scroll;	}
.boxround {
  margin: 0 auto;
  width:390px;
  background-color: black;
	border: 1px solid #ff0000;
	padding: 10px;
	border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;}
img {
  transition:transform 0.25s ease}
img:hover {
  -webkit-transform:scale(1.5);
  transform:scale(1.5)}
blurrier{
	color:transparent;
	text-shadow: 0em 0em 0.2em #fff}
blurrier::selection {
	background-color:transparent;
	color:transparent}
blurrier::-moz-selection {
	background-color:transparent;
	color:transparent}
::-webkit-scrollbar {
	width: 5px}
::-webkit-scrollbar-track {
	background: #5d0101}
::-webkit-scrollbar-thumb {
	background: #ff0000}
::-webkit-scrollbar-thumb:hover {
	background: #8b0000}