body {
    font-size: 10px;
    font-family: "Tiny5";
  line-height: 15px;
  color: #666;
}

#background {
    background: #F2F3F3 url(https://krissatiel.neocities.org/images/bg-white.png) repeat fixed;
}
#sidebar {
    width: 200px;
    position: fixed;
    margin: 0 300px;
}

a {
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
    text-shadow: 1px 1px #FFFFFF;
}

a:hover {
    background-color: #E4E4E4;
}
li {
    list-style: url('http://media.tumblr.com/0cefc8b30c697aaeaf6c9f2eeb65fe93/tumblr_inline_ml1x4gNLLa1qz4rgp.gif');
}
	
.container {
  width: 275px;
  margin: -10px -10px;
  background: #fff;
  padding: 20px;
  border: 2px dashed #F2F3F3;
}

#iframe-inner {
  text-align: center;
}

iframe {
    height: 100%;
    width: 100%;
}
img {
  max-width: 100%;
}
  
  
  hr {
  color: red;
  width: 90%;
  height: 0;
  border-width: 3px;
  color: #eee;
  background-color: transparent;
  border-style: double;
}